aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)Author
2022-02-09target/ppc: Remove PowerPC 601 CPUsCédric Le Goater
2022-01-28target/ppc: Remove support for the PowerPC 602 CPUCédric Le Goater
2022-01-28ppc/ppc405: Fix TLB flushingCédric Le Goater
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU instruction countDaniel 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: move xscvqpdp to decodetreeMatheus Ferst
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
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: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)
2021-11-09target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst
2021-11-09target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst
2021-06-19tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson
2021-05-04target/ppc: Create helper_scvRichard Henderson
2020-08-12target/ppc: add vmulh{su}d instructionsLijun Pan
2020-08-12target/ppc: add vmulh{su}w instructionsLijun Pan
2020-08-12target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan
2020-06-02target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson
2020-05-27target/ppc: Add support for scv and rfscv instructionsNicholas Piggin
2020-03-24target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin
2020-02-02target/ppc: Add privileged message send facilitiesCédric Le Goater
2019-12-17target/ppc: Add SPR TBU40Suraj Jitindar Singh
2019-12-17target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh
2019-12-17target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh