summaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)Author
2020-11-15powerpc tcg: Fix Lesser GPL version numberChetan Pant
2020-08-24Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-05-19softfloat: Name compare relation enumRichard Henderson
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson
2019-05-29target/ppc: Fix vsum2swsAnton Blanchard
2019-05-29target/ppc: Fix vslv and vsrvAnton Blanchard
2019-05-22target/ppc: Use qemu_guest_getrandom for DARNRichard Henderson
2019-04-26target/ppc: Style fixes for int_helper.cDavid Gibson
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson
2019-02-18target/ppc: Add set_vscr_satRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland
2019-02-04target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater
2017-10-17target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani