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