aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/insn32.decode
AgeCommit message (Expand)AuthorFilesLines
2021-11-09target/ppc: Implement lxvkq instructionMatheus Ferst1-0/+7
2021-11-09target/ppc: moved XXSPLTIB to using decodetreeBruno Larsen (billionai)1-0/+5
2021-11-09target/ppc: moved XXSPLTW to using decodetreeBruno Larsen (billionai)1-0/+9
2021-11-09target/ppc: added the instructions LXVPX and STXVPXLucas Mateus Castro (alqotel)1-0/+3
2021-11-09target/ppc: added the instructions LXVP and STXVPLucas Mateus Castro (alqotel)1-0/+5
2021-11-09target/ppc: moved stxvx and lxvx from legacy to decodtreeLucas Mateus Castro (alqotel)1-0/+5
2021-11-09target/ppc: moved stxv and lxv from legacy to decodtreeLucas Mateus Castro (alqotel)1-0/+8
2021-11-09target/ppc: Implement Vector Extract Double to VSR using GPR index insnsMatheus Ferst1-0/+12
2021-11-09target/ppc: Move vinsertb/vinserth/vinsertw/vinsertd to decodetreeMatheus Ferst1-0/+5
2021-11-09target/ppc: Implement Vector Insert from VSR using GPR index insnsMatheus Ferst1-0/+7
2021-11-09target/ppc: Implement Vector Insert Word from GPR using Immediate insnsMatheus Ferst1-0/+6
2021-11-09target/ppc: Implement Vector Insert from GPR using GPR index insnsMatheus Ferst1-0/+9
2021-11-09target/ppc: Implement vsldbi/vsrdbi instructionsMatheus Ferst1-0/+8
2021-11-09target/ppc: Implement vpdepd/vpextd instructionMatheus Ferst1-0/+2
2021-11-09target/ppc: Implement vclzdm/vctzdm instructionsMatheus Ferst1-0/+2
2021-11-09target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetreeLuis Pires1-0/+28
2021-11-09target/ppc: Move dct{dp,qpq},dr{sp,dpq},dc{f,t}fix[q],dxex[q] to decodetreeLuis Pires1-0/+23
2021-11-09target/ppc: Move dqua[q], drrnd[q] to decodetreeLuis Pires1-2/+16
2021-11-09target/ppc: Move dquai[q], drint{x,n}[q] to decodetreeLuis Pires1-0/+23
2021-11-09target/ppc: Move dcmp{u,o}[q],dts{tex,tsf,tsfi}[q] to decodetreeLuis Pires1-0/+29
2021-11-09target/ppc: Move d{add,sub,mul,div,iex}[q] to decodetreeLuis Pires1-2/+29
2021-11-09target/ppc: Move dtstdc[q]/dtstdg[q] to decodetreeLuis Pires1-0/+14
2021-11-09target/ppc: Implement DCTFIXQQLuis Pires1-0/+5
2021-11-09target/ppc: Implement DCFFIXQQLuis Pires1-0/+8
2021-11-09target/ppc: Implement pextd instructionMatheus Ferst1-0/+1
2021-11-09target/ppc: Implement pdepd instructionMatheus Ferst1-0/+1
2021-11-09target/ppc: Implement cnttzdmLuis Pires1-0/+1
2021-11-09target/ppc: Implement cntlzdmLuis Pires1-0/+1
2021-11-09target/ppc: Move LQ and STQ to decodetreeMatheus Ferst1-0/+11
2021-11-09target/ppc: Move load and store floating point instructions to decodetreeFernando Eckhardt Valle1-0/+24
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst1-0/+14
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst1-0/+6
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst1-0/+7
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst1-0/+4
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst1-0/+10
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson1-0/+22
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson1-0/+37
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson1-0/+8
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson1-0/+18