summaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
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
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson
2018-11-08target/ppc: Remove float_check_statusRichard Henderson
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson
2018-11-08target/ppc: add external PID supportRoman Kapl
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth
2018-08-21ppc: add DBCR based debuggingRoman Kapl
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz