aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-15target/arm: Take an exception if PC is misalignedRichard Henderson1-0/+1
2021-08-26target/arm: Implement HSTR.TJDBXPeter Maydell1-0/+2
2021-08-25target/arm: Implement M-profile trapping on division by zeroPeter Maydell1-2/+2
2021-07-21accel/tcg: Remove TranslatorOps.breakpoint_checkRichard Henderson1-2/+0
2021-06-21target/arm: Implement MVE VLDR/VSTR (non-widening forms)Peter Maydell1-0/+2
2021-06-03target/arm: Implement bfloat widening fma (indexed)Richard Henderson1-0/+2
2021-06-03target/arm: Implement bfloat widening fma (vector)Richard Henderson1-0/+3
2021-06-03target/arm: Implement bfloat16 matrix multiply accumulateRichard Henderson1-0/+3
2021-06-03target/arm: Implement bfloat16 dot product (indexed)Richard Henderson1-0/+2
2021-06-03target/arm: Implement bfloat16 dot product (vector)Richard Henderson1-0/+3
2021-06-03target/arm: Implement vector float32 to bfloat16 conversionRichard Henderson1-0/+1
2021-06-03target/arm: Implement scalar float32 to bfloat16 conversionRichard Henderson1-0/+1
2021-05-25target/arm: Implement integer matrix multiply accumulateRichard Henderson1-0/+7
2021-05-25target/arm: Implement SVE2 fp multiply-add longStephen Long1-0/+5
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/+4
2021-05-25target/arm: Implement SVE2 saturating multiply high (indexed)Richard Henderson1-0/+14
2021-05-25target/arm: Implement SVE2 signed saturating doubling multiply highRichard Henderson1-0/+10
2021-05-25target/arm: Pass separate addend to FCMLA helpersRichard Henderson1-10/+10
2021-05-25target/arm: Pass separate addend to {U, S}DOT helpersRichard Henderson1-9/+13
2021-05-25target/arm: Implement SVE2 XARRichard Henderson1-0/+2
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson1-0/+17
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson1-0/+10
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson1-1/+1
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell1-0/+13
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell1-0/+10
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-1/+3
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell1-0/+5
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell1-0/+5
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell1-0/+5
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell1-0/+9
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell1-0/+7
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell1-1/+3
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell1-1/+3
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell1-0/+15
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell1-0/+6
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell1-0/+6
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/+6
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell1-0/+9
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell1-0/+1
2020-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell1-0/+2
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell1-0/+6
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell1-0/+2
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell1-0/+2
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell1-0/+1
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell1-0/+1
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell1-0/+8