summaryrefslogtreecommitdiffstats
path: root/target/ppc/helper.h
Commit message (Expand)AuthorAgeFilesLines
* ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater2022-01-041-0/+2
* PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza2021-12-171-0/+1
* target/ppc: enable PMU instruction countDaniel Henrique Barboza2021-12-171-0/+1
* target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza2021-12-171-0/+1
* target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza2021-12-171-0/+2
* target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza2021-12-171-0/+1
* target/ppc: move xscvqpdp to decodetreeMatheus Ferst2021-12-171-1/+1
* target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo2021-12-171-4/+4
* target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas2021-12-171-2/+0Star
* target/ppc: Add helper for frsqrtesRichard Henderson2021-12-171-0/+1
* target/ppc: Add helper for fmulsRichard Henderson2021-12-171-0/+1
* target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson2021-12-171-0/+3
* target/ppc: Add helper for fsqrtsRichard Henderson2021-12-171-0/+1
* target/ppc: Add helpers for fmadds et alRichard Henderson2021-12-171-0/+4
* target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)2021-12-171-0/+1
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-091-0/+4
* target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst2021-11-091-0/+4
* target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst2021-11-091-4/+0Star
* target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst2021-11-091-0/+4
* target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst2021-11-091-1/+1
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-091-1/+1
* target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires2021-11-091-8/+8
* target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires2021-11-091-4/+4
* target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires2021-11-091-6/+6
* target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires2021-11-091-10/+10
* target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires2021-11-091-4/+4
* target/ppc: Implement DCTFIXQQLuis Pires2021-11-091-0/+1
* target/ppc: Implement DCFFIXQQLuis Pires2021-11-091-0/+1
* target/ppc: Implement pextd instructionMatheus Ferst2021-11-091-0/+1
* target/ppc: Implement pdepd instructionMatheus Ferst2021-11-091-0/+1
* tcg: Combine dh_is_64bit and dh_is_signed to dh_typecodeRichard Henderson2021-06-191-3/+0Star
* target/ppc: Implement cfuged instructionMatheus Ferst2021-06-031-0/+1
* target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson2021-05-191-2/+2
* target/ppc: Create helper_scvRichard Henderson2021-05-041-0/+1
* target/ppc: add vmulh{su}d instructionsLijun Pan2020-08-121-0/+2
* target/ppc: add vmulh{su}w instructionsLijun Pan2020-08-121-0/+2
* target/ppc: convert vmuluwm to tcg_gen_gvec_mulLijun Pan2020-08-121-1/+0Star
* target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-021-4/+0Star
* target/ppc: Add support for scv and rfscv instructionsNicholas Piggin2020-05-271-0/+1
* target/ppc: Fix ISA v3.0 (POWER9) slbia implementationNicholas Piggin2020-03-241-1/+1
* target/ppc: Add privileged message send facilitiesCédric Le Goater2020-02-021-0/+4
* target/ppc: Add SPR TBU40Suraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Work [S]PURR implementation and add HV supportSuraj Jitindar Singh2019-12-171-0/+1
* target/ppc: Implement the VTB for HV accessSuraj Jitindar Singh2019-12-171-0/+2
* target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP...Mark Cave-Ayland2019-10-041-1/+1
* target/ppc: Optimize emulation of vclzw instructionStefan Brankovic2019-08-211-1/+0Star
* target/ppc: Optimize emulation of vclzd instructionStefan Brankovic2019-08-211-1/+0Star
* target/ppc: Optimize emulation of vgbbd instructionStefan Brankovic2019-08-211-1/+0Star