summaryrefslogtreecommitdiffstats
path: root/target/arm/helper.h
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson2021-07-211-2/+0Star
* target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell2021-06-211-0/+2
* target/arm: Implement bfloat widening fma (indexed)Richard Henderson2021-06-031-0/+2
* target/arm: Implement bfloat widening fma (vector)Richard Henderson2021-06-031-0/+3
* target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson2021-06-031-0/+3
* target/arm: Implement bfloat16 dot product (indexed)Richard Henderson2021-06-031-0/+2
* target/arm: Implement bfloat16 dot product (vector)Richard Henderson2021-06-031-0/+3
* target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson2021-06-031-0/+1
* target/arm: Implement scalar float32 to bfloat16 conversionRichard Henderson2021-06-031-0/+1
* target/arm: Implement integer matrix multiply accumulateRichard Henderson2021-05-251-0/+7
* target/arm: Implement SVE2 fp multiply-add longStephen Long2021-05-251-0/+5
* 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/+4
* target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson2021-05-251-0/+14
* target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson2021-05-251-0/+10
* target/arm: Pass separate addend to FCMLA helpersRichard Henderson2021-05-251-10/+10
* target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson2021-05-251-9/+13
* target/arm: Implement SVE2 XARRichard Henderson2021-05-251-0/+2
* target/arm: Implement SVE2 saturating multiply-add highRichard Henderson2021-05-251-0/+17
* target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson2021-05-251-0/+10
* target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson2020-11-101-1/+1
* target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell2020-10-201-0/+13
* target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell2020-09-011-0/+10
* 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-1/+3
* target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell2020-09-011-0/+5
* target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell2020-09-011-0/+5
* target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell2020-09-011-0/+5
* target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell2020-09-011-0/+9
* target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell2020-09-011-0/+7
* target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell2020-09-011-1/+3
* target/arm: Implement fp16 for Neon VRECPSPeter Maydell2020-09-011-1/+3
* target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell2020-09-011-0/+15
* target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell2020-09-011-0/+6
* target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell2020-09-011-0/+6
* 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/+6
* target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell2020-09-011-0/+9
* target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell2020-09-011-0/+1
* target/arm: Implement VFP fp16 VRINT*Peter Maydell2020-09-011-0/+2
* target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell2020-09-011-0/+6
* target/arm: Implement VFP fp16 VCMPPeter Maydell2020-09-011-0/+2
* target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell2020-09-011-0/+2
* target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell2020-09-011-0/+1
* target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell2020-09-011-0/+1
* target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell2020-09-011-0/+8
* target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+10
* target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+14
* target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson2020-08-281-0/+4