aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-04target/ppc: use Vsr macros in BCD helpersMark Cave-Ayland1-47/+25
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic1-3/+0
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic1-3/+0
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic1-276/+0
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic1-35/+0
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic1-18/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+2
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland1-8/+4
2019-07-02target/ppc: remove getVSR()/putVSR() from int_helper.cMark Cave-Ayland1-12/+10
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson1-37/+0
2019-05-29target/ppc: Fix vsum2swsAnton Blanchard1-1/+1
2019-05-29target/ppc: Fix vslv and vsrvAnton Blanchard1-7/+7
2019-05-22target/ppc: Use qemu_guest_getrandom for DARNRichard Henderson1-11/+26
2019-04-26target/ppc: Style fixes for int_helper.cDavid Gibson1-31/+39
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson1-27/+0
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson1-14/+4
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson1-3/+8
2019-02-18target/ppc: Add set_vscr_satRichard Henderson1-12/+17
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson1-0/+5
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson1-3/+3
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson1-19/+0
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson1-15/+0
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland1-7/+0
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland1-110/+45
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland1-28/+20
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland1-7/+7
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland1-39/+27
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland1-95/+85
2019-02-04target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-21/+27
2019-02-04target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland1-35/+19
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland1-17/+13
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland1-27/+29
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz1-31/+18
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz1-0/+3
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier1-1/+1
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-11rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini1-1/+1
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-01-10target/ppc: more use of the PPC_*() macrosCédric Le Goater1-1/+1
2017-10-17target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das1-8/+8
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania1-21/+13
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani1-0/+51
2017-01-31ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani1-0/+37
2017-01-31ppc: Implement bcdsr. instructionJose Ricardo Ziviani1-0/+48
2017-01-31ppc: Implement bcdus. instructionJose Ricardo Ziviani1-0/+41
2017-01-31ppc: Implement bcds. instructionJose Ricardo Ziviani1-0/+40
2017-01-31ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macroJose Ricardo Ziviani1-3/+3
2017-01-31target-ppc: Add xxinsertw instructionNikunj A Dadhania1-0/+25
2017-01-31target-ppc: Add xxextractuw instructionNikunj A Dadhania1-0/+26
2017-01-31target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani1-7/+20