Age | Commit message (Expand) | Author |
2021-11-09 | target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dqua[q], drrnd[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dquai[q], drint{x,n}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Move dtstdc[q]/dtstdg[q] to decodetree | Luis Pires |
2021-11-09 | target/ppc: Implement DCTFIXQQ | Luis Pires |
2021-11-09 | target/ppc: Implement DCFFIXQQ | Luis Pires |
2021-11-09 | target/ppc: Implement pextd instruction | Matheus Ferst |
2021-11-09 | target/ppc: Implement pdepd instruction | Matheus Ferst |
2021-06-19 | tcg: Combine dh_is_64bit and dh_is_signed to dh_typecode | Richard Henderson |
2021-06-03 | target/ppc: Implement cfuged instruction | Matheus Ferst |
2021-05-19 | target/ppc: Mark helper_raise_exception* as noreturn | Richard Henderson |
2021-05-04 | target/ppc: Create helper_scv | Richard Henderson |
2020-08-12 | target/ppc: add vmulh{su}d instructions | Lijun Pan |
2020-08-12 | target/ppc: add vmulh{su}w instructions | Lijun Pan |
2020-08-12 | target/ppc: convert vmuluwm to tcg_gen_gvec_mul | Lijun Pan |
2020-06-02 | target/ppc: Use tcg_gen_gvec_rotlv | Richard Henderson |
2020-05-27 | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin |
2020-03-24 | target/ppc: Fix ISA v3.0 (POWER9) slbia implementation | Nicholas Piggin |
2020-02-02 | target/ppc: Add privileged message send facilities | Cédric Le Goater |
2019-12-17 | target/ppc: Add SPR TBU40 | Suraj Jitindar Singh |
2019-12-17 | target/ppc: Work [S]PURR implementation and add HV support | Suraj Jitindar Singh |
2019-12-17 | target/ppc: Implement the VTB for HV access | Suraj Jitindar Singh |
2019-10-04 | target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP... | Mark Cave-Ayland |
2019-08-21 | target/ppc: Optimize emulation of vclzw instruction | Stefan Brankovic |
2019-08-21 | target/ppc: Optimize emulation of vclzd instruction | Stefan Brankovic |
2019-08-21 | target/ppc: Optimize emulation of vgbbd instruction | Stefan Brankovic |
2019-08-21 | target/ppc: Optimize emulation of vsl and vsr instructions | Stefan Brankovic |
2019-08-21 | target/ppc: Optimize emulation of lvsl and lvsr instructions | Stefan Brankovic |
2019-07-02 | target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro | Mark Cave-Ayland |
2019-07-02 | target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time | Mark Cave-Ayland |
2019-07-02 | target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla... | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce separate generator and helper for xscvqpdp | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c | Mark Cave-Ayland |
2019-07-02 | target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions | Mark Cave-Ayland |
2019-05-29 | target/ppc: Use vector variable shifts for VSL, VSR, VSRA | Richard Henderson |
2019-02-26 | target/ppc: Flush the TLB locally when the LPIDR is written | Benjamin Herrenschmidt |
2019-02-18 | target/ppc: convert vmin* and vmax* to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson |
2019-02-18 | target/ppc: Add helper_mfvscr | Richard Henderson |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson |
2019-02-18 | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson |