aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)Author
2021-06-16target/arm: Move expand_pred_b() data to vec_helper.cPeter Maydell
2021-06-16target/arm: Provide and use H8 and H1_8 macrosPeter Maydell
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long
2021-05-25target/arm: Move endian adjustment macros to vec_internal.hRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot productRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)Richard Henderson
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}Richard Henderson
2021-05-25target/arm: Macroize helper_gvec_{s,u}dot_{b,h}Richard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson
2021-05-25target/arm: Use correct output type for gvec_sdot_*_bRichard Henderson
2021-05-25target/arm: Implement SVE2 XARRichard Henderson
2021-05-25target/arm: Implement SVE2 complex integer multiply-addRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson
2021-05-25target/arm: Implement SVE2 PMULLB, PMULLTRichard Henderson
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson
2021-03-05target/arm: Speed up aarch64 TBL/TBXRichard Henderson
2020-11-15arm tcg cpus: Fix Lesser GPL version numberChetan Pant
2020-11-02target/arm: Fix VUDOT/VSDOT (scalar) on big-endian hostsPeter Maydell
2020-11-02target/arm: Fix float16 pairwise Neon ops on big-endian hostsPeter Maydell
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINTXPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-modePeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAXNM, VMINNMPeter Maydell
2020-09-01target/arm: Implement fp16 for Neon VMAX, VMINPeter Maydell
2020-09-01target/arm: Implement fp16 for VACGE, VACGTPeter Maydell
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdpull-target-arm-20200828Richard Henderson
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson