aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2019-02-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into...Peter Maydell
2019-02-18qapi: make query-cpu-definitions depend on specific targetsMarc-André Lureau
2019-02-18target/ppc: convert vmin* and vmax* to vector operationsRichard Henderson
2019-02-18target/ppc: convert vadd*s and vsub*s to vector operationsRichard Henderson
2019-02-18target/ppc: Split out VSCR_SAT to a vector fieldRichard Henderson
2019-02-18target/ppc: Add set_vscr_satRichard Henderson
2019-02-18target/ppc: Use mtvscr/mfvscr for vmstateRichard Henderson
2019-02-18target/ppc: Add helper_mfvscrRichard Henderson
2019-02-18target/ppc: Remove vscr_nj and vscr_satRichard Henderson
2019-02-18target/ppc: Use helper_mtvscr for reset and gdbRichard Henderson
2019-02-18target/ppc: Pass integer to helper_mtvscrRichard Henderson
2019-02-18target/ppc: convert xxsel to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltw to vector operationsRichard Henderson
2019-02-18target/ppc: convert xxspltib to vector operationsRichard Henderson
2019-02-18target/ppc: convert VSX logical operations to vector operationsRichard Henderson
2019-02-18target/ppc: convert vsplt[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vspltis[bhw] to use vector operationsRichard Henderson
2019-02-18target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector oper...Mark Cave-Ayland
2019-02-18target/ppc: convert VMX logical instructions to use vector operationsMark Cave-Ayland
2019-02-17target/ppc: Disable ISA 2.06 PM instructions on POWER9Benjamin Herrenschmidt
2019-02-17ppc: fix crash during branch steppingRoman Kapl
2019-02-17target/ppc: Remove some #if 0'ed codeBenjamin Herrenschmidt
2019-02-17target/ppc: Fix msync to do what hardware doesBALATON Zoltan
2019-02-17target/ppc: Enable reporting of SPRs to GDBFabiano Rosas
2019-02-04target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.cMark Cave-Ayland
2019-02-04target/ppc: remove ROTRu32 and ROTRu64 macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: simplify VEXT_SIGNED macro in int_helper.cMark Cave-Ayland
2019-02-04target/ppc: eliminate use of EL_IDX macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: eliminate use of HI_IDX and LO_IDX macros from int_helper.cMark Cave-Ayland
2019-02-04target/ppc: rework vmul{e,o}{s,u}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland
2019-02-04target/ppc: rework vmrg{l,h}{b,h,w} instructions to use Vsr* macrosMark Cave-Ayland
2019-02-04ppc: remove the interrupt presenters from under PowerPCCPUCédric Le Goater
2019-02-04target/ppc: implement complete set of Vsr* macrosMark Cave-Ayland
2019-02-04target/ppc/kvm: Drop useless include directiveGreg Kurz
2019-01-24ppc: e6500 registers SPR 604 twiceJon Diekema
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland
2019-01-09target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32Mark Cave-Ayland
2019-01-09target/ppc: fix typo in SIMM5 extraction helperMark Cave-Ayland
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh