aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-04target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland1-1/+1
2019-08-21target/ppc: Optimize emulation of vclzw instructionStefan Brankovic1-1/+0
2019-08-21target/ppc: Optimize emulation of vclzd instructionStefan Brankovic1-1/+0
2019-08-21target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic1-1/+0
2019-08-21target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic1-2/+0
2019-08-21target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic1-2/+0
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland1-32/+16
2019-07-02target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland1-2/+2
2019-07-02target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland1-4/+4
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland1-3/+3
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland1-10/+10
2019-07-02target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland1-8/+8
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland1-4/+4
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland1-6/+6
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland1-60/+60
2019-07-02target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland1-1/+1
2019-07-02target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland1-60/+60
2019-07-02target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland1-8/+12
2019-05-29target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson1-12/+0
2019-02-26target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt1-0/+1
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson1-16/+0
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson1-12/+12
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson1-0/+1
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson1-1/+1
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson1-3/+0
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson1-3/+0
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/+0
2018-11-08target/ppc: add external PID supportRoman Kapl1-0/+4
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson1-1/+1
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson1-2/+2
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson1-1/+1
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson1-2/+2
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson1-1/+1
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson1-1/+1
2018-07-03target/ppc: Use atomic cmpxchg for STQCXRichard Henderson1-0/+2
2018-07-03target/ppc: Use atomic store for STQRichard Henderson1-0/+4
2018-07-03target/ppc: Use atomic load for LQ and LQARXRichard Henderson1-0/+5
2018-06-12target/ppc: Allow privileged access to SPR_PCRJoel Stanley1-0/+1
2018-05-04target/ppc: add basic support for PTCR on POWER9Cédric Le Goater1-0/+1
2018-01-20target/ppc: add support for hypervisor doorbells on book3s CPUsCédric Le Goater1-0/+2
2017-04-26target/ppc: Flush TLB on write to PIDRSuraj Jitindar Singh1-0/+1
2017-02-22target-ppc: Add xscvqpudz and xscvqpuwz instructionsBharata B Rao1-0/+2
2017-02-22target-ppc: add slbieg instructionNikunj A Dadhania1-0/+1
2017-02-22target-ppc: Add xsmaxjdp and xsminjdp instructionsBharata B Rao1-0/+2
2017-02-22target-ppc: Add xsmaxcdp and xsmincdp instructionsBharata B Rao1-0/+2
2017-02-22ppc: implement xssubqp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xssqrtqp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xsrqpxp instructionJose Ricardo Ziviani1-0/+1
2017-02-22ppc: implement xsrqpi[x] instructionJose Ricardo Ziviani1-0/+1
2017-02-02target-ppc: Add xststdc[sp, dp, qp] instructionsNikunj A Dadhania1-0/+3