aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vmx-impl.inc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1571/+0
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson1-4/+4
2020-05-06target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson1-14/+18
2019-10-24target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic1-44/+40
2019-08-29target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic1-29/+37
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic1-1/+27
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic1-1/+27
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic1-1/+76
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic1-2/+99
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic1-32/+89
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson1-12/+12
2019-05-13tcg: Specify optional vector requirements with a listRichard Henderson1-1/+6
2019-04-26target/ppc: Style fixes for translate/vmx-impl.inc.cDavid Gibson1-11/+15
2019-03-12target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland1-5/+0
2019-03-12target/ppc: introduce avr_full_offset() functionMark Cave-Ayland1-11/+11
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson1-16/+16
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson1-12/+45
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson1-1/+1
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson1-4/+13
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson1-19/+27
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson1-28/+8
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland1-8/+8
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland1-31/+16
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland1-1/+6
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland1-33/+114
2017-01-31ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani1-0/+4
2017-01-31ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani1-0/+5
2017-01-31ppc: Implement bcdsr. instructionJose Ricardo Ziviani1-0/+1
2017-01-31ppc: Implement bcdus. instructionJose Ricardo Ziviani1-0/+3
2017-01-31ppc: Implement bcds. instructionJose Ricardo Ziviani1-0/+3
2017-01-31target-ppc: add vextu[bhw][lr]x instructionsAvinesh Kumar1-0/+23
2017-01-31target-ppc: Implement bcdsetsgn. instructionJose Ricardo Ziviani1-0/+8
2017-01-31target-ppc: Implement bcdcpsgn. instructionJose Ricardo Ziviani1-0/+3
2017-01-31target-ppc: Implement bcdctsq. instructionJose Ricardo Ziviani1-0/+7
2017-01-31target-ppc: Implement bcdcfsq. instructionJose Ricardo Ziviani1-0/+7
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+1113