aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)Author
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater
2022-01-04target/ppc: Print out literal exception names in logsCédric Le Goater
2022-01-04target/ppc: Remove static inlineCédric Le Goater
2022-01-04target/ppc: Check effective address validityCédric Le Goater
2022-01-04target/ppc: Improve logging in Radix MMUCédric Le Goater
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst
2021-12-17target/ppc: fix xscvqpdp register accessMatheus Ferst
2021-12-17target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Set 601v exception model idFabiano Rosas
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas
2021-12-17target/ppc: Fix MPCxxx FPU interrupt addressFabiano Rosas
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-12-17target/ppc: Disable unused facilities in the e600 CPUFabiano Rosas
2021-12-17target/ppc: Disable software TLB for the 7450 familyFabiano Rosas
2021-12-17target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson
2021-12-17target/ppc: Update fres to new flags and float64r32Richard Henderson
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson
2021-12-17target/ppc: Add helper for fmulsRichard Henderson
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson
2021-12-17target/ppc: Update fre to new flagsRichard Henderson
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson
2021-12-17target/ppc: Update sqrt for new flagsRichard Henderson