aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)AuthorFilesLines
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater1-13/+0
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater1-1/+0
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater1-0/+1
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater1-1/+0
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater1-0/+2
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza1-0/+1
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza1-0/+1
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza1-0/+1
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza1-0/+2
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza1-0/+1
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst1-1/+1
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo1-4/+4
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas1-2/+0
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson1-0/+1
2021-12-17target/ppc: Add helper for fmulsRichard Henderson1-0/+1
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson1-0/+3
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson1-0/+1
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson1-0/+4
2021-12-17target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)1-0/+1
2021-11-09target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst1-0/+4
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst1-0/+4
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst1-4/+0
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst1-0/+4
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst1-1/+1
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst1-1/+1
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires1-8/+8
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires1-4/+4
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires1-6/+6
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires1-10/+10
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires1-4/+4
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires1-0/+1
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires1-0/+1
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst1-0/+1
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst1-0/+1
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson1-3/+0
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst1-0/+1
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson1-2/+2
2021-05-04target/ppc: Create helper_scvRichard Henderson1-0/+1
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan1-0/+2
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan1-0/+2
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan1-1/+0
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson1-4/+0
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin1-0/+1
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin1-1/+1
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater1-0/+4
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh1-0/+1
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh1-0/+1
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh1-0/+2