Age | Commit message (Expand) | Author |
2019-02-18 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into... | Peter Maydell |
2019-02-18 | qapi: make query-cpu-definitions depend on specific targets | Marc-André Lureau |
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: Split out VSCR_SAT to a vector field | Richard Henderson |
2019-02-18 | target/ppc: Add set_vscr_sat | Richard Henderson |
2019-02-18 | target/ppc: Use mtvscr/mfvscr for vmstate | Richard Henderson |
2019-02-18 | target/ppc: Add helper_mfvscr | Richard Henderson |
2019-02-18 | target/ppc: Remove vscr_nj and vscr_sat | Richard Henderson |
2019-02-18 | target/ppc: Use helper_mtvscr for reset and gdb | Richard Henderson |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson |
2019-02-18 | target/ppc: convert xxsel to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert xxspltw to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert xxspltib to vector operations | Richard Henderson |
2019-02-18 | target/ppc: convert VSX logical operations to vector operations | 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 |
2019-02-18 | target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper... | Mark Cave-Ayland |
2019-02-18 | target/ppc: convert VMX logical instructions to use vector operations | Mark Cave-Ayland |
2019-02-17 | target/ppc: Disable ISA 2.06 PM instructions on POWER9 | Benjamin Herrenschmidt |
2019-02-17 | ppc: fix crash during branch stepping | Roman Kapl |
2019-02-17 | target/ppc: Remove some #if 0'ed code | Benjamin Herrenschmidt |
2019-02-17 | target/ppc: Fix msync to do what hardware does | BALATON Zoltan |
2019-02-17 | target/ppc: Enable reporting of SPRs to GDB | Fabiano Rosas |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland |
2019-02-04 | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland |
2019-02-04 | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland |
2019-02-04 | ppc: remove the interrupt presenters from under PowerPCCPU | Cédric Le Goater |
2019-02-04 | target/ppc: implement complete set of Vsr* macros | Mark Cave-Ayland |
2019-02-04 | target/ppc/kvm: Drop useless include directive | Greg Kurz |
2019-01-24 | ppc: e6500 registers SPR 604 twice | Jon Diekema |
2019-01-22 | ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode | Thomas Huth |
2019-01-09 | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU | Cédric Le Goater |
2019-01-09 | ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU | Cédric Le Goater |
2019-01-09 | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland |
2019-01-09 | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland |
2019-01-09 | target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V... | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac... | Mark Cave-Ayland |
2019-01-09 | target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access | Mark Cave-Ayland |
2019-01-09 | target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32 | Mark Cave-Ayland |
2019-01-09 | target/ppc: fix typo in SIMM5 extraction helper | Mark Cave-Ayland |
2018-12-21 | Changes requirement for "vsubsbs" instruction | Paul A. Clarke |
2018-12-21 | target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz |
2018-12-21 | target/ppc: tcg: Implement addex instruction | Suraj Jitindar Singh |