aboutsummaryrefslogtreecommitdiff
path: root/target/arm/tcg/vec_helper.c
AgeCommit message (Expand)AuthorFilesLines
13 daystarget/arm: Introduce gen_gvec_cnt, gen_gvec_rbitRichard Henderson1-0/+24
2024-12-11target/arm: Copy entire float_status in is_ebfRichard Henderson1-13/+7
2024-11-05target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)Peter Maydell1-1/+8
2024-09-05target/arm: Implement FPCR.EBF=1 semantics for bfdotadd()Peter Maydell1-3/+54
2024-09-05target/arm: Prepare bfdotadd() callers for FEAT_EBF supportPeter Maydell1-41/+106
2024-09-05target/arm: Pass env pointer through to gvec_bfmmla helperPeter Maydell1-1/+2
2024-09-05target/arm: Pass env pointer through to gvec_bfdot_idx helperPeter Maydell1-1/+1
2024-09-05target/arm: Pass env pointer through to gvec_bfdot helperPeter Maydell1-1/+2
2024-07-01target/arm: Convert SQRDMLAH, SQRDMLSH to decodetreeRichard Henderson1-0/+72
2024-07-01target/arm: Fix SQDMULH (by element) with Q=0Richard Henderson1-8/+16
2024-07-01target/arm: Fix VCMLA Dd, Dn, Dm[idx]Richard Henderson1-2/+2
2024-05-30target/arm: Convert SQDMULH, SQRDMULH to decodetreeRichard Henderson1-0/+64
2024-05-30target/arm: Convert SUQADD and USQADD to gvecRichard Henderson1-0/+64
2024-05-28target/arm: Convert SMAXP, SMINP, UMAXP, UMINP to decodetreeRichard Henderson1-0/+16
2024-05-28target/arm: Convert ADDP to decodetreeRichard Henderson1-0/+30
2024-05-28target/arm: Use gvec for neon faddp, fmaxp, fminpRichard Henderson1-45/+0
2024-05-28target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetreeRichard Henderson1-0/+16
2024-05-28target/arm: Convert FADDP to decodetreeRichard Henderson1-0/+23
2024-05-28target/arm: Convert FABD to decodetreeRichard Henderson1-0/+6
2024-05-28target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetreeRichard Henderson1-0/+30
2024-05-28target/arm: Convert FMLA, FMLS to decodetreeRichard Henderson1-0/+14
2024-05-28target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetreeRichard Henderson1-0/+4
2024-05-28target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetreeRichard Henderson1-0/+4
2024-05-28target/arm: Convert FMULX to decodetreeRichard Henderson1-17/+24
2023-09-15target/arm: Use clmul_64Richard Henderson1-18/+4
2023-09-15target/arm: Use clmul_32* routinesRichard Henderson1-13/+1
2023-09-15target/arm: Use clmul_16* routinesRichard Henderson1-13/+0
2023-09-15target/arm: Use clmul_8* routinesRichard Henderson1-47/+6
2023-07-25arm: spelling fixesMichael Tokarev1-1/+1
2023-02-27target/arm: move helpers to tcg/Claudio Fontana1-0/+2716