aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/vec_helper.c
AgeCommit message (Expand)Author
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell
2024-09-05target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()Peter Maydell
2024-09-05target/arm: Prepare bfdotadd() callers for FEAT_EBF supportPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfmmla helperPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfdot_idx helperPeter Maydell
2024-09-05target/arm: Pass env pointer through to gvec_bfdot helperPeter Maydell
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson
2024-05-30target/arm: Convert SUQADD and USQADD to gvecRichard Henderson
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson
2024-05-28target/arm: Use gvec for neon faddp, fmaxp, fminpRichard Henderson
2024-05-28target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADDP to decodetreeRichard Henderson
2024-05-28target/arm: Convert FABD to decodetreeRichard Henderson
2024-05-28target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMLA, FMLS to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetreeRichard Henderson
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson
2024-05-28target/arm: Convert FMULX to decodetreeRichard Henderson
2023-09-15target/arm: Use clmul_64Richard Henderson
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson
2023-07-25arm: spelling fixesMichael Tokarev
2023-02-27target/arm: move helpers to tcg/Claudio Fontana