aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/insn32.decode
AgeCommit message (Expand)AuthorFilesLines
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath1-0/+12
2024-07-26target/ppc: Move VSX vector storage access insns to decodetree.Chinmay Rath1-0/+10
2024-07-26target/ppc: Move VSX vector with length storage access insns to decodetree.Chinmay Rath1-0/+6
2024-07-26target/ppc: Moving VSX scalar storage access insns to decodetree.Chinmay Rath1-0/+13
2024-07-26target/ppc: Move VSX logical instructions to decodetree.Chinmay Rath1-0/+11
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath1-0/+30
2024-07-26target/ppc: Move VMX integer add/sub saturate insns to decodetree.Chinmay Rath1-0/+16
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin1-0/+4
2024-05-24target/ppc: Add clrbhrb and mfbhrbe instructionsGlenn Miles1-0/+8
2024-05-24target/ppc: Move VMX integer max/min instructions to decodetree.Chinmay Rath1-0/+22
2024-05-24target/ppc: Move VMX integer logical instructions to decodetree.Chinmay Rath1-0/+11
2024-05-24target/ppc: Move VMX storage access instructions to decodetreeChinmay Rath1-0/+17
2024-05-24target/ppc: Move logical fixed-point instructions to decodetree.Chinmay Rath1-0/+38
2024-05-24target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.Chinmay Rath1-0/+16
2024-05-24target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.Chinmay Rath1-0/+8
2024-05-24target/ppc: Move multiply fixed-point insns (64-bit operands) to decodetree.Chinmay Rath1-0/+9
2024-05-24target/ppc: Move neg, darn, mod{sw, uw} to decodetree.Chinmay Rath1-0/+8
2024-05-24target/ppc: Move divw[u, e, eu] instructions to decodetree.Chinmay Rath1-0/+5
2024-05-24target/ppc: Move mul{li, lw, lwo, hw, hwu} instructions to decodetree.Chinmay Rath1-0/+9
2024-05-24target/ppc: Move floating-point arithmetic instructions to decodetree.Chinmay Rath1-0/+42
2024-05-24target/ppc: Add ISA v3.1 variants of sync instructionNicholas Piggin1-3/+3
2024-05-24target/ppc: Move sync instructions to decodetreeNicholas Piggin1-0/+7
2024-03-13target/ppc: Move add and subf type fixed-point arithmetic instructions to dec...Chinmay Rath1-0/+26
2023-05-27target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAsRichard Purdie1-7/+13
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)1-0/+6
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)1-0/+5
2022-10-28target/ppc: Use gvec to decode XVCPSGN[SD]PLucas Mateus Castro (alqotel)1-0/+2
2022-10-28target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]PLucas Mateus Castro (alqotel)1-0/+9
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-0/+6
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)1-0/+9
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)1-0/+4
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)1-0/+3
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)1-0/+2
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)1-0/+2
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)1-0/+2
2022-10-28target/ppc: move msgsync to decodetreeMatheus Ferst1-0/+1
2022-10-28target/ppc: move msgclrp/msgsndp to decodetreeMatheus Ferst1-0/+2
2022-10-28target/ppc: move msgclr/msgsnd to decodetreeMatheus Ferst1-0/+5
2022-09-20target/ppc: Move fsqrts to decodetreeVíctor Colombo1-0/+1
2022-09-20target/ppc: Move fsqrt to decodetreeVíctor Colombo1-0/+7
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo1-0/+2
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo1-0/+8
2022-07-18target/ppc: Implement slbiagLucas Coutinho1-0/+4
2022-07-18target/ppc: Move slbsync to decodetreeLucas Coutinho1-0/+2
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho1-0/+2
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho1-0/+1
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho1-0/+2
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho1-0/+2
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho1-0/+5
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho1-0/+1