summaryrefslogtreecommitdiffstats
path: root/target/ppc/helper.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-191-3/+0Star
* target/ppc: Implement cfuged instructionMatheus Ferst2021-06-031-0/+1
* target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson2021-05-191-2/+2
* target/ppc: Create helper_scvRichard Henderson2021-05-041-0/+1
* target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-121-0/+2
* target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-121-0/+2
* target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan2020-08-121-1/+0Star
* target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-021-4/+0Star
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
* target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin2020-03-241-1/+1
* target/ppc: Add privileged message send facilitiesCédric Le Goater2020-02-021-0/+4
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+2
* target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-041-1/+1
* target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-211-1/+0Star
* target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-211-1/+0Star
* target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-211-1/+0Star
* target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic2019-08-211-2/+0Star
* target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic2019-08-211-2/+0Star
* target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2019-07-021-32/+16Star
* target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland2019-07-021-2/+2
* target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland2019-07-021-4/+4
* target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-3/+3
* target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-10/+10
* target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-8/+8
* target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland2019-07-021-4/+4
* target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-6/+6
* target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+60
* target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland2019-07-021-1/+1
* target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+60
* target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland2019-07-021-8/+12
* target/ppc: Use vector variable shifts for VSL, VSR, VSRARichard Henderson2019-05-291-12/+0Star
* target/ppc: Flush the TLB locally when the LPIDR is writtenBenjamin Herrenschmidt2019-02-251-0/+1
* target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson2019-02-181-16/+0Star
* target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson2019-02-181-12/+12
* target/ppc: Add helper_mfvscrRichard Henderson2019-02-181-0/+1
* target/ppc: Pass integer to helper_mtvscrRichard Henderson2019-02-181-1/+1
* target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson2019-02-181-3/+0Star
* target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson2019-02-181-3/+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-8/+0Star
* target/ppc: add external PID supportRoman Kapl2018-11-081-0/+4
* target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson2018-10-191-1/+1
* target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson2018-08-211-2/+2
* target/ppc: Tidy helper_fsqrtRichard Henderson2018-08-211-1/+1
* target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2018-08-211-2/+2
* target/ppc: Tidy helper_fmulRichard Henderson2018-08-211-1/+1
* target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2018-08-211-1/+1
* target/ppc: Use atomic cmpxchg for STQCXRichard Henderson2018-07-031-0/+2
* target/ppc: Use atomic store for STQRichard Henderson2018-07-031-0/+4