aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza6-0/+85
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza5-4/+42
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza7-1/+146
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza2-0/+73
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza5-1/+21
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza5-8/+51
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza6-4/+157
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza5-0/+127
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas1-9/+12
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas2-1/+17
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst5-20/+21
2021-12-17target/ppc: fix xscvqpdp register accessMatheus Ferst1-2/+3
2021-12-17target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo3-11/+40
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo3-10/+10
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater7-608/+4
2021-12-17target/ppc: Set 601v exception model idFabiano Rosas1-0/+1
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas3-33/+2
2021-12-17target/ppc: Fix MPCxxx FPU interrupt addressFabiano Rosas1-2/+2
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas8-137/+6
2021-12-17target/ppc: Disable unused facilities in the e600 CPUFabiano Rosas1-5/+1
2021-12-17target/ppc: Disable software TLB for the 7450 familyFabiano Rosas1-15/+10
2021-12-17target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson1-11/+10
2021-12-17target/ppc: Update fres to new flags and float64r32Richard Henderson1-10/+10
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson3-2/+21
2021-12-17target/ppc: Add helper for fmulsRichard Henderson3-7/+17
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson3-7/+47
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson3-2/+14
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson3-9/+25
2021-12-17target/ppc: Update fre to new flagsRichard Henderson1-13/+8
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson1-10/+5
2021-12-17target/ppc: Update sqrt for new flagsRichard Henderson1-47/+25
2021-12-17target/ppc: Use helper_todouble in do_frspRichard Henderson1-1/+1
2021-12-17target/ppc: Update do_frsp for new flagsRichard Henderson1-9/+4
2021-12-17target/ppc: Split out do_frspRichard Henderson1-11/+16
2021-12-17target/ppc: Do not call do_float_check_status from do_fmaddRichard Henderson1-5/+2
2021-12-17target/ppc: Split out do_fmaddRichard Henderson1-15/+18
2021-12-17target/ppc: Update fmadd for new flagsRichard Henderson1-35/+11
2021-12-17target/ppc: Clean up do_friRichard Henderson1-13/+11
2021-12-17target/ppc: Tidy inexact handling in do_friRichard Henderson1-5/+1
2021-12-17target/ppc: Use FloatRoundMode in do_friRichard Henderson1-1/+1
2021-12-17target/ppc: Remove inline from do_friRichard Henderson1-2/+2
2021-12-17target/ppc: Fix VXCVI return valueRichard Henderson1-12/+15
2021-12-17target/ppc: Update float_invalid_cvt for new flagsRichard Henderson1-9/+11
2021-12-17target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson2-7/+5
2021-12-17target/ppc: Update float_invalid_op_div for new flagsRichard Henderson1-24/+14
2021-12-17target/ppc: Update float_invalid_op_mul for new flagsRichard Henderson1-16/+10
2021-12-17target/ppc: Update float_invalid_op_addsub for new flagsRichard Henderson1-24/+14
2021-12-17target/ppc: Implement Vector Mask Move insnsMatheus Ferst2-0/+126
2021-12-17target/ppc: Implement Vector Extract MaskMatheus Ferst2-0/+88
2021-12-17target/ppc: Implement Vector Expand MaskMatheus Ferst2-0/+45