summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
* target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst2021-06-031-0/+31
* target/ppc: Move addpcis to decodetreeMatheus Ferst2021-06-031-0/+7
* target/ppc: Implement vcfuged instructionMatheus Ferst2021-06-031-0/+56
* target/ppc: Implement cfuged instructionMatheus Ferst2021-06-031-0/+12
* target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst2021-06-031-0/+23
* target/ppc: Implement prefixed integer store instructionsRichard Henderson2021-06-031-0/+4
* target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson2021-06-031-0/+24
* target/ppc: Implement prefixed integer load instructionsRichard Henderson2021-06-031-0/+16
* target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson2021-06-031-0/+89
* target/ppc: Implement PNOPRichard Henderson2021-06-031-0/+11
* target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson2021-06-031-0/+44
* target/ppc: Add infrastructure for prefixed insnsRichard Henderson2021-06-031-0/+18
* target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio2021-05-191-2/+2
* ppc/translate: Rewrite gen_lxvdsx to use gvec primitivesGiuseppe Musacchio2020-12-141-23/+23
* ppc/translate: Implement lxvwsx opcodeLemonBoy2020-11-242-0/+31
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...Peter Maydell2020-08-243-38/+84
|\
| * target/ppc: Fix SPE unavailable exception triggeringMatthieu Bucchianeri2020-08-121-33/+64
| * target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-122-0/+4
| * target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-122-2/+8
| * target/ppc: add vmulld instructionLijun Pan2020-08-122-0/+5
| * target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan2020-08-121-1/+1
| * target/ppc: Fix TCG leak with the evmwsmiaa instructionMatthieu Bucchianeri2020-08-121-2/+2
* | meson: rename included C source files to .c.incPaolo Bonzini2020-08-2110-0/+0
|/
* target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-021-4/+4
* target/ppc: Use tcg_gen_gvec_dup_immRichard Henderson2020-05-062-15/+19
* target/ppc: Fix typo in commentsBALATON Zoltan2020-02-201-3/+3
* target/ppc: Fix for optimized vsl/vsr instructionsStefan Brankovic2019-10-241-44/+40Star
* ppc: Add support for 'mffsce' instructionPaul A. Clarke2019-10-042-0/+32
* ppc: Add support for 'mffscrn','mffscrni' instructionsPaul A. Clarke2019-10-042-1/+72
* target/ppc: Refactor emulation of vmrgew and vmrgow instructionsStefan Brankovic2019-08-291-29/+37
* ppc: Fix xsmaddmdp and friendsPaul A. Clarke2019-08-291-1/+1
* ppc: Add support for 'mffsl' instructionPaul A. Clarke2019-08-212-1/+25
* target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-211-1/+27
* target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-211-1/+27
* target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-211-1/+76
* target/ppc: Optimize emulation of vsl and vsr instructionsStefan Brankovic2019-08-211-2/+99
* target/ppc: Optimize emulation of lvsl and lvsr instructionsStefan Brankovic2019-08-211-32/+89
* target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland2019-07-022-66/+85
* target/ppc: decode target register in VSX_EXTRACT_INSERT at translation timeMark Cave-Ayland2019-07-021-5/+5
* target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...Mark Cave-Ayland2019-07-021-23/+24
* target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-3/+21
* target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-10/+28
* target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-8/+28
* target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.cMark Cave-Ayland2019-07-021-4/+20
* target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.cMark Cave-Ayland2019-07-021-6/+24
* target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+75
* target/ppc: introduce separate generator and helper for xscvqpdpMark Cave-Ayland2019-07-021-1/+17
* target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.cMark Cave-Ayland2019-07-021-60/+77
* target/ppc: introduce separate VSX_CMP macro for xvcmp* instructionsMark Cave-Ayland2019-07-021-8/+41
* target/ppc: Use tcg_gen_gvec_bitselRichard Henderson2019-06-121-22/+2Star