summaryrefslogtreecommitdiffstats
path: root/target/ppc/translate
Commit message (Expand)AuthorAgeFilesLines
* PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza2021-12-171-0/+33
* target/ppc: move xscvqpdp to decodetreeMatheus Ferst2021-12-172-12/+13
* target/ppc: fix xscvqpdp register accessMatheus Ferst2021-12-171-2/+3
* target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo2021-12-172-8/+26
* target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo2021-12-171-4/+4
* target/ppc: Add helper for frsqrtesRichard Henderson2021-12-171-2/+1Star
* target/ppc: Add helper for fmulsRichard Henderson2021-12-171-7/+4Star
* target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson2021-12-171-7/+4Star
* target/ppc: Add helper for fsqrtsRichard Henderson2021-12-171-2/+1Star
* target/ppc: Add helpers for fmadds et alRichard Henderson2021-12-171-8/+5Star
* target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson2021-12-171-1/+2
* target/ppc: Implement Vector Mask Move insnsMatheus Ferst2021-12-171-0/+115
* target/ppc: Implement Vector Extract MaskMatheus Ferst2021-12-171-0/+82
* target/ppc: Implement Vector Expand MaskMatheus Ferst2021-12-171-0/+34
* target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)2021-12-171-6/+3Star
* target/ppc: Fix register update on lf[sd]u[x]/stf[sd]u[x]Matheus Ferst2021-11-101-1/+1
* target/ppc: cntlzdm/cnttzdm implementation without brcondMatheus Ferst2021-11-091-15/+16
* target/ppc: Implement lxvkq instructionMatheus Ferst2021-11-091-0/+43
* target/ppc: Implement xxblendvb/xxblendvh/xxblendvw/xxblendvd instructionsMatheus Ferst2021-11-091-0/+55
* target/ppc: implemented XXSPLTIDP instructionBruno Larsen (billionai)2021-11-091-0/+10
* target/ppc: Implemented XXSPLTIW using decodetreeBruno Larsen (billionai)2021-11-091-0/+10
* target/ppc: implemented XXSPLTI32DXBruno Larsen (billionai)2021-11-091-0/+17
* target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)2021-11-092-15/+6Star
* target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)2021-11-092-12/+6Star
* target/ppc: added the instructions PLXVP and PSTXVPLucas Mateus Castro (alqotel)2021-11-091-0/+2
* target/ppc: added the instructions PLXV and PSTXVLucas Mateus Castro (alqotel)2021-11-091-0/+16
* target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)2021-11-091-6/+12
* target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)2021-11-091-12/+43
* target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-092-108/+15Star
* target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)2021-11-091-2/+49
* target/ppc: receive high/low as argument in get/set_cpu_vsrMatheus Ferst2021-11-091-171/+146Star
* target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst2021-11-091-0/+37
* target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst2021-11-092-17/+25
* target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst2021-11-091-0/+32
* target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst2021-11-091-0/+37
* target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst2021-11-091-0/+50
* target/ppc: Implement vsldbi/vsrdbi instructionsMatheus Ferst2021-11-091-0/+66
* target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst2021-11-091-0/+32
* target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst2021-11-092-3/+33
* target/ppc: Move vcfuged to vmx-impl.c.incMatheus Ferst2021-11-093-49/+17Star
* target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires2021-11-092-69/+24Star
* target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires2021-11-092-50/+26Star
* target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires2021-11-092-52/+23Star
* target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires2021-11-092-46/+23Star
* target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires2021-11-092-71/+34Star
* target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires2021-11-092-48/+27Star
* target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires2021-11-092-30/+15Star
* target/ppc: Do not update nip on DFP instructionsLuis Pires2021-11-091-8/+0Star
* target/ppc: Implement DCTFIXQQLuis Pires2021-11-091-0/+17
* target/ppc: Implement DCFFIXQQLuis Pires2021-11-091-0/+17