aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/int_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar1-0/+36
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani1-0/+19
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani1-0/+23
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani1-0/+40
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani1-0/+38
2017-01-31target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania1-15/+15
2017-01-10target-ppc: Use ctpop helperRichard Henderson1-15/+3
2017-01-10target-ppc: Use clz and ctz opcodesRichard Henderson1-20/+0
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+3126