aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/translate/vmx-impl.inc.c
AgeCommit message (Expand)AuthorFilesLines
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