Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | target/ppc: convert vadd*s and vsub*s to vector operations | Richard Henderson | 3 | -38/+61 |
2019-02-18 | target/ppc: Split out VSCR_SAT to a vector field | Richard Henderson | 2 | -4/+11 |
2019-02-18 | target/ppc: Add set_vscr_sat | Richard Henderson | 1 | -12/+17 |
2019-02-18 | target/ppc: Use mtvscr/mfvscr for vmstate | Richard Henderson | 1 | -3/+41 |
2019-02-18 | target/ppc: Add helper_mfvscr | Richard Henderson | 5 | -3/+10 |
2019-02-18 | target/ppc: Remove vscr_nj and vscr_sat | Richard Henderson | 1 | -2/+0 |
2019-02-18 | target/ppc: Use helper_mtvscr for reset and gdb | Richard Henderson | 1 | -3/+2 |
2019-02-18 | target/ppc: Pass integer to helper_mtvscr | Richard Henderson | 3 | -8/+17 |
2019-02-18 | target/ppc: convert xxsel to vector operations | Richard Henderson | 1 | -28/+27 |
2019-02-18 | target/ppc: convert xxspltw to vector operations | Richard Henderson | 1 | -25/+11 |
2019-02-18 | target/ppc: convert xxspltib to vector operations | Richard Henderson | 1 | -8/+5 |
2019-02-18 | target/ppc: convert VSX logical operations to vector operations | Richard Henderson | 1 | -26/+17 |
2019-02-18 | target/ppc: convert vsplt[bhw] to use vector operations | Richard Henderson | 3 | -41/+27 |
2019-02-18 | target/ppc: convert vspltis[bhw] to use vector operations | Richard Henderson | 3 | -46/+8 |
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 | 3 | -23/+8 |
2019-02-18 | target/ppc: convert VMX logical instructions to use vector operations | Mark Cave-Ayland | 2 | -31/+17 |
2019-02-17 | target/ppc: Disable ISA 2.06 PM instructions on POWER9 | Benjamin Herrenschmidt | 1 | -1/+1 |
2019-02-17 | ppc: fix crash during branch stepping | Roman Kapl | 1 | -22/+15 |
2019-02-17 | target/ppc: Remove some #if 0'ed code | Benjamin Herrenschmidt | 2 | -24/+0 |
2019-02-17 | target/ppc: Fix msync to do what hardware does | BALATON Zoltan | 1 | -3/+8 |
2019-02-17 | target/ppc: Enable reporting of SPRs to GDB | Fabiano Rosas | 4 | -2/+130 |
2019-02-04 | target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c | Mark Cave-Ayland | 1 | -110/+45 |
2019-02-04 | target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.c | Mark Cave-Ayland | 1 | -28/+20 |
2019-02-04 | target/ppc: simplify VEXT_SIGNED macro in int_helper.c | Mark Cave-Ayland | 1 | -7/+7 |
2019-02-04 | target/ppc: eliminate use of EL_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -39/+27 |
2019-02-04 | target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.c | Mark Cave-Ayland | 1 | -95/+85 |
2019-02-04 | target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -21/+27 |
2019-02-04 | target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macros | Mark Cave-Ayland | 1 | -35/+19 |
2019-02-04 | ppc: remove the interrupt presenters from under PowerPCCPU | Cédric Le Goater | 1 | -5/+0 |
2019-02-04 | target/ppc: implement complete set of Vsr* macros | Mark Cave-Ayland | 1 | -1/+8 |
2019-02-04 | target/ppc/kvm: Drop useless include directive | Greg Kurz | 1 | -1/+0 |
2019-01-24 | ppc: e6500 registers SPR 604 twice | Jon Diekema | 1 | -8/+0 |
2019-01-22 | ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 mode | Thomas Huth | 1 | -4/+5 |
2019-01-09 | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU | Cédric Le Goater | 1 | -1/+2 |
2019-01-09 | ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU | Cédric Le Goater | 1 | -0/+2 |
2019-01-09 | target/ppc: replace AVR* macros with Vsr* macros | Mark Cave-Ayland | 1 | -17/+13 |
2019-01-09 | target/ppc: move FP and VMX registers into aligned vsr register array | Mark Cave-Ayland | 12 | -70/+149 |
2019-01-09 | target/ppc: merge ppc_vsr_t and ppc_avr_t union types | Mark Cave-Ayland | 3 | -45/+39 |
2019-01-09 | target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_env | Mark Cave-Ayland | 2 | -45/+18 |
2019-01-09 | target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V... | Mark Cave-Ayland | 1 | -224/+638 |
2019-01-09 | target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac... | Mark Cave-Ayland | 2 | -33/+124 |
2019-01-09 | target/ppc: introduce get_fpr() and set_fpr() helpers for FP register access | Mark Cave-Ayland | 2 | -110/+386 |
2019-01-09 | target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32 | Mark Cave-Ayland | 1 | -4/+4 |
2019-01-09 | target/ppc: fix typo in SIMM5 extraction helper | Mark Cave-Ayland | 1 | -1/+1 |
2018-12-21 | Changes requirement for "vsubsbs" instruction | Paul A. Clarke | 1 | -1/+1 |
2018-12-21 | target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n) | Greg Kurz | 1 | -3/+3 |
2018-12-21 | target/ppc: tcg: Implement addex instruction | Suraj Jitindar Singh | 1 | -27/+33 |
2018-12-21 | target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macros | David Gibson | 1 | -12/+0 |
2018-12-21 | target/ppc: fix the PPC_BIT definitions | Cédric Le Goater | 1 | -3/+3 |
2018-11-27 | vmstate: constify VMStateField | Marc-André Lureau | 1 | -6/+8 |