summaryrefslogtreecommitdiffstats
path: root/target/ppc/int_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* rename included C files to foo.inc.c, remove osdep.hPaolo Bonzini2018-05-111-1/+1
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-211-0/+1
* target/ppc: more use of the PPC_*() macrosCédric Le Goater2018-01-101-1/+1
* target/ppc: Fix carry flag setting for shift algebraic instructionsSandipan Das2017-10-171-8/+8
* target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania2017-03-011-21/+13Star
* ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani2017-01-311-0/+51
* ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani2017-01-311-0/+37
* ppc: Implement bcdsr. instructionJose Ricardo Ziviani2017-01-311-0/+48
* ppc: Implement bcdus. instructionJose Ricardo Ziviani2017-01-311-0/+41
* ppc: Implement bcds. instructionJose Ricardo Ziviani2017-01-311-0/+40
* ppc: Fix a warning in bcdcfz code and improve BCD_DIG_BYTE macroJose Ricardo Ziviani2017-01-311-3/+3
* target-ppc: Add xxinsertw instructionNikunj A Dadhania2017-01-311-0/+25
* target-ppc: Add xxextractuw instructionNikunj A Dadhania2017-01-311-0/+26
* target-ppc: Implement bcd_is_valid functionJose Ricardo Ziviani2017-01-311-7/+20
* target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar2017-01-311-0/+36
* target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani2017-01-311-0/+19
* target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani2017-01-311-0/+23
* target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani2017-01-311-0/+40
* target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani2017-01-311-0/+38
* target-ppc: rename CRF_* defines as CRF_*_BITNikunj A Dadhania2017-01-311-15/+15
* target-ppc: Use ctpop helperRichard Henderson2017-01-101-15/+3Star
* target-ppc: Use clz and ctz opcodesRichard Henderson2017-01-101-20/+0Star
* Move target-* CPU file into a target/ folderThomas Huth2016-12-201-0/+3126