aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2019-01-22ppc: Fix duplicated typedefs to be able to compile with Clang in gnu99 modeThomas Huth1-4/+5
2019-01-09ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPUCédric Le Goater1-1/+2
2019-01-09ppc/xive: introduce a XiveTCTX pointer under PowerPCCPUCédric Le Goater1-0/+2
2019-01-09target/ppc: replace AVR* macros with Vsr* macrosMark Cave-Ayland1-17/+13
2019-01-09target/ppc: move FP and VMX registers into aligned vsr register arrayMark Cave-Ayland12-70/+149
2019-01-09target/ppc: merge ppc_vsr_t and ppc_avr_t union typesMark Cave-Ayland3-45/+39
2019-01-09target/ppc: switch FPR, VMX and VSX helpers to access data directly from cpu_envMark Cave-Ayland2-45/+18
2019-01-09target/ppc: introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for V...Mark Cave-Ayland1-224/+638
2019-01-09target/ppc: introduce get_avr64() and set_avr64() helpers for VMX register ac...Mark Cave-Ayland2-33/+124
2019-01-09target/ppc: introduce get_fpr() and set_fpr() helpers for FP register accessMark Cave-Ayland2-110/+386
2019-01-09target/ppc: switch EXTRACT_HELPER macros over to use sextract32/extract32Mark Cave-Ayland1-4/+4
2019-01-09target/ppc: fix typo in SIMM5 extraction helperMark Cave-Ayland1-1/+1
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke1-1/+1
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+3
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh1-27/+33
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson1-12/+0
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater1-3/+3
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-6/+8
2018-11-08ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HVSuraj Jitindar Singh2-0/+24
2018-11-08target/ppc: Add one reg id for ptcrSuraj Jitindar Singh1-5/+5
2018-11-08This patch fixes processing of rfi instructions in icount mode.Maria Klimushenkova1-0/+12
2018-11-08target/ppc: fix mtmsr instruction for icountPavel Dovgalyuk1-0/+12
2018-11-08target/ppc: Split out float_invalid_cvtRichard Henderson1-39/+28
2018-11-08target/ppc: Split out float_invalid_op_divRichard Henderson1-28/+24
2018-11-08target/ppc: Split out float_invalid_op_mulRichard Henderson1-23/+20
2018-11-08target/ppc: Split out float_invalid_op_addsubRichard Henderson1-34/+26
2018-11-08target/ppc: Introduce fp number classificationRichard Henderson1-43/+51
2018-11-08target/ppc: Remove float_check_statusRichard Henderson1-42/+35
2018-11-08target/ppc: Split up float_invalid_op_excpRichard Henderson1-163/+181
2018-11-08target/ppc: add external PID supportRoman Kapl8-45/+387
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell1-2/+2
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster1-2/+2
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson3-62/+88
2018-09-25target/ppc/cpu-models: Re-group the 970 CPUs together againThomas Huth1-21/+19
2018-09-05target/ppc/kvm: set vcpu as online/offlineNikunj A Dadhania2-0/+16
2018-08-28ppc: Remove deprecated ppcemb targetThomas Huth5-58/+5
2018-08-21ppc: add DBCR based debuggingRoman Kapl4-33/+107
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz1-31/+18
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz1-0/+3
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson3-30/+61
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson1-25/+37
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson2-16/+15
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2-31/+23
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson2-15/+12
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2-23/+29
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson2-3/+14
2018-07-07target/ppc: fix build on ppc64 hostLaurent Vivier1-1/+1
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell9-341/+541
2018-07-03target/ppc: Relax reserved bitmask of indexed store instructionsBALATON Zoltan1-1/+1
2018-07-03target/ppc: set is_jmp on ppc_tr_breakpoint_checkEmilio G. Cota1-0/+1