aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/helper.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-21target/arm: Add BFMUL (indexed)Peter Maydell1-0/+2
2025-07-21target/arm: Add BFADD, BFSUB, BFMUL (unpredicated)Peter Maydell1-0/+3
2025-07-11target/arm: Remove helper_sme2_luti4_4bRichard Henderson1-1/+0
2025-07-04target/arm: Implement LUTI2, LUTI4 for SME2/SME2p1Richard Henderson1-0/+24
2025-07-04target/arm: Implement SME2 FADD, FSUB, BFADD, BFSUBRichard Henderson1-0/+2
2025-07-04target/arm: Implement SME2 BFMLA, BFMLSRichard Henderson1-0/+9
2025-07-04target/arm: Rename gvec_fml[as]_[hs] with _nf_ infixRichard Henderson1-4/+4
2025-07-04target/arm: Implemement SME2 SDOT, UDOT, USDOT, SUDOTRichard Henderson1-0/+8
2025-07-04target/arm: Rename helper_gvec_*dot_[bh] to *_4[bh]Richard Henderson1-11/+11
2025-07-04target/arm: Implement SME2 FVDOT, BFVDOTRichard Henderson1-0/+2
2025-07-04target/arm: Add helper_gvec{_ah}_bfmlsl{_nx}Richard Henderson1-0/+8
2025-07-04target/arm: Implement SME2 Multiple and Single SVE DestructiveRichard Henderson1-0/+8
2025-05-14target/arm/helper: extract common helpersPierrick Bouvier1-0/+1153