aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-25target/arm: Implement MVE VMULL (polynomial)Peter Maydell1-1/+13
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell1-0/+102
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell1-7/+7
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson1-0/+22
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson1-0/+16
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson1-1/+41
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson1-0/+20
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson1-0/+40
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson1-0/+77
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long1-0/+47
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson1-12/+0
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson1-0/+1
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson1-0/+2
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson1-131/+29
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson1-64/+22
2021-05-25target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson1-0/+88
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson1-0/+84
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson1-30/+20
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson1-53/+67
2021-05-25target/arm: Use correct output type for gvec_sdot_*_bRichard Henderson1-4/+4
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+12
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson1-8/+7
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson1-6/+155
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson1-0/+24
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson1-0/+96
2021-03-05target/arm: Speed up aarch64 TBL/TBXRichard Henderson1-0/+48
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell1-2/+2
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell1-4/+4
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell1-5/+22
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell1-4/+8
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell1-0/+3
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell1-0/+21
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell1-0/+23
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell1-0/+4
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell1-0/+20
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell1-0/+29
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell1-0/+45
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell1-0/+30
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell1-0/+31
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell1-0/+25
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell1-1/+32
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell1-0/+42
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell1-0/+6
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell1-0/+6
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell1-0/+26
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell1-0/+44
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell1-0/+6
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson1-0/+48
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+25