aboutsummaryrefslogtreecommitdiff
path: root/target/ppc/helper.h
AgeCommit message (Expand)Author
2024-07-26target/ppc: Move VSX fp compare insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX vector with length storage access insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VSX arithmetic and max/min insns to decodetree.Chinmay Rath
2024-07-26target/ppc: Move VMX integer add/sub saturate insns to decodetree.Chinmay Rath
2024-07-23target/ppc: Merge helper_{dcbz,dcbzep}Richard Henderson
2024-07-23target/ppc: Split out helper_dbczl for 970Richard Henderson
2024-05-24target/ppc: Remove unused helper_rac()BALATON Zoltan
2024-05-24target/ppc: add SMT support to msgsnd broadcastNicholas Piggin
2024-05-24target/ppc: Implement SPRC/SPRD SPRsNicholas Piggin
2024-05-24target/ppc: Implement attn instruction on BookS 64-bit processorsNicholas Piggin
2024-05-24target/ppc: Add clrbhrb and mfbhrbe instructionsGlenn Miles
2024-05-24target/ppc: Add new hflags to support BHRBGlenn Miles
2024-05-24target/ppc: Move VMX storage access instructions to decodetreeChinmay Rath
2024-05-24target/ppc: Move logical fixed-point instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move cmp{rb, eqb}, tw[i], td[i], isel instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move div/mod fixed-point insns (64 bits operands) to decodetree.Chinmay Rath
2024-05-24target/ppc: Move neg, darn, mod{sw, uw} to decodetree.Chinmay Rath
2024-05-24target/ppc: Move divw[u, e, eu] instructions to decodetree.Chinmay Rath
2024-05-24target/ppc: Move floating-point arithmetic instructions to decodetree.Chinmay Rath
2023-09-06target/ppc: Implement watchpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Implement breakpoint debug facility for v2.07SNicholas Piggin
2023-09-06target/ppc: Improve book3s branch trace interrupt for v2.07SNicholas Piggin
2023-07-07target/ppc: SMT support for the HID SPRNicholas Piggin
2023-07-07target/ppc: Add TFMR SPR implementation with read and write helpersNicholas Piggin
2023-06-25target/ppc: Add support for SMT CTRL registerNicholas Piggin
2023-05-23target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQRichard Henderson
2023-02-04target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCXRichard Henderson
2022-10-28target/ppc: Increment PMC5 with inline insnsLeandro Lupori
2022-10-28target/ppc: introduce ppc_maybe_interruptMatheus Ferst
2022-10-28target/ppc: Moved XSTSTDC[QDS]P to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved XVTSTDC[DS]P to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VABSDU[BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VAVG[SU][BHW] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VPRTYB[WDQ] to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VNEG[WD] to decodtree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move V(ADD|SUB)CUW to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Move VMH[R]ADDSHS instruction to decodetreeLucas Mateus Castro (alqotel)
2022-10-28target/ppc: Moved VMLADDUHM to decodetree and use gvecLucas Mateus Castro (alqotel)
2022-09-20target/ppc: Merge fsqrt and fsqrts helpersVíctor Colombo
2022-09-20target/ppc: Implement hashstp and hashchkpVíctor Colombo
2022-09-20target/ppc: Implement hashst and hashchkVíctor Colombo
2022-07-18target/ppc: Implement slbiagLucas Coutinho
2022-07-18target/ppc: Move slbfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfee to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmfev to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbmte to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbia to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbieg to decodetreeLucas Coutinho
2022-07-18target/ppc: Move slbie to decodetreeLucas Coutinho
2022-07-18target/ppc: Implement ISA 3.00 tlbie[l]Leandro Lupori