summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
...
* target/ppc: Fix QEMU crash with stxsdxGreg Kurz2019-03-291-1/+1
* target/ppc: Optimize x[sv]xsigdp using deposit_i64()Philippe Mathieu-Daudé2019-03-121-8/+4Star
* target/ppc: Optimize xviexpdp() using deposit_i64()Philippe Mathieu-Daudé2019-03-121-11/+3Star
* target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...Mark Cave-Ayland2019-03-121-30/+4Star
* target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...Mark Cave-Ayland2019-03-121-5/+0Star
* target/ppc: introduce avr_full_offset() functionMark Cave-Ayland2019-03-122-16/+11Star
* target/ppc: introduce single vsrl_offset() functionMark Cave-Ayland2019-03-121-6/+6
* target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-181-16/+16
* target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-181-12/+45
* target/ppc: Add helper_mfvscrRichard Henderson2019-02-181-1/+1
* target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-181-4/+13
* target/ppc: convert xxsel to vector operationsRichard Henderson2019-02-181-28/+27Star
* target/ppc: convert xxspltw to vector operationsRichard Henderson2019-02-181-25/+11Star
* target/ppc: convert xxspltib to vector operationsRichard Henderson2019-02-181-8/+5Star
* target/ppc: convert VSX logical operations to vector operationsRichard Henderson2019-02-181-26/+17Star
* target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-181-19/+27
* target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-181-28/+8Star
* target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland2019-02-181-8/+8
* target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland2019-02-181-31/+16Star
* target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland2019-01-083-4/+9
* target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland2019-01-081-2/+2
* target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland2019-01-081-224/+638
* target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland2019-01-081-33/+114
* target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland2019-01-081-110/+376
* Changes requirement for "vsubsbs" instructionPaul A. Clarke2018-12-201-1/+1
* target/ppc: add external PID supportRoman Kapl2018-11-082-0/+36
* target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson2018-08-211-16/+10Star
* target/ppc: convert to DisasContextBaseEmilio G. Cota2018-02-161-8/+8
* target/ppc: optimize various functions using extract opPhilippe Mathieu-Daudé2017-07-191-16/+8Star
* target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao2017-02-222-0/+4
* target-ppc: Implement round to odd variants of quad FP instructionsBharata B Rao2017-02-221-1/+1
* target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao2017-02-222-0/+4
* target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao2017-02-222-0/+4
* ppc: implement xssubqp instructionJose Ricardo Ziviani2017-02-222-0/+2
* ppc: implement xssqrtqp instructionJose Ricardo Ziviani2017-02-222-0/+2
* ppc: implement xsrqpxp instructionJose Ricardo Ziviani2017-02-222-0/+2
* ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani2017-02-222-0/+14
* target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania2017-02-012-0/+7
* target-ppc: Add xvtstdc[sp,dp] instructionsNikunj A Dadhania2017-02-012-0/+10
* target-ppc: Add xvcv[hpsp, sphp] instructionsNikunj A Dadhania2017-01-312-0/+4
* target-ppc: Add xsmulqp instructionBharata B Rao2017-01-312-0/+2
* target-ppc: Add xsdivqp instructionBharata B Rao2017-01-312-0/+2
* target-ppc: Add xscvsdqp and xscvudqp instructionsBharata B Rao2017-01-312-0/+4
* ppc: Implement bcdutrunc. instructionJose Ricardo Ziviani2017-01-312-1/+5
* ppc: Implement bcdtrunc. instructionJose Ricardo Ziviani2017-01-312-2/+7
* target-ppc: Add xscvqps[d,w]z instructionsBharata B Rao2017-01-312-0/+4
* target-ppc: Add xvxsigdp instructionNikunj A Dadhania2017-01-312-0/+41
* target-ppc: Add xvxsigsp instructionNikunj A Dadhania2017-01-312-0/+3
* target-ppc: Add xvxexpdp instructionNikunj A Dadhania2017-01-312-0/+18
* target-ppc: Add xvxexpsp instructionNikunj A Dadhania2017-01-312-0/+18