summaryrefslogtreecommitdiffstats
path: root/target/ppc/int_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson2019-05-291-37/+0Star
* target/ppc: Fix vsum2swsAnton Blanchard2019-05-291-1/+1
* target/ppc: Fix vslv and vsrvAnton Blanchard2019-05-291-7/+7
* target/ppc: Use qemu_guest_getrandom for DARNRichard Henderson2019-05-221-11/+26
* target/ppc: Style fixes for int_helper.cDavid Gibson2019-04-261-31/+39
* target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-181-27/+0Star
* target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-181-14/+4Star
* target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson2019-02-181-3/+8
* target/ppc: Add set_vscr_satRichard Henderson2019-02-181-12/+17
* target/ppc: Add helper_mfvscrRichard Henderson2019-02-181-0/+5
* target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-181-3/+3
* target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-181-19/+0Star
* target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-181-15/+0Star
* target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland2019-02-181-7/+0Star
* target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland2019-02-041-110/+45Star
* target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland2019-02-041-28/+20Star
* target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland2019-02-041-7/+7
* target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland2019-02-041-39/+27Star
* target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland2019-02-041-95/+85Star
* target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-21/+27
* target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland2019-02-041-35/+19Star
* target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland2019-01-081-17/+13Star
* target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland2019-01-081-27/+29
* target/ppc: simplify bcdadd/sub functionsYasmin Beatriz2018-08-211-31/+18Star
* target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz2018-08-211-0/+3
* target/ppc: fix build on ppc64 hostLaurent Vivier2018-07-071-1/+1
* 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