aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)Author
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: Implement SVE mixed sign dot productRichard Henderson
2021-05-25target/arm: Implement SVE mixed sign dot product (indexed)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: Implement SVE2 XARRichard Henderson
2021-05-25target/arm: Implement SVE2 saturating multiply-add highRichard Henderson
2021-05-25target/arm: Implement SVE2 Integer Multiply - UnpredicatedRichard Henderson
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add 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-09-01target/arm: Implement VFP fp16 VRINT*Peter Maydell
2020-09-01target/arm: Use macros instead of open-coding fp16 conversion helpersPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VCMPPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VABS, VNEG, VSQRTPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for fused-multiply-addPeter Maydell
2020-09-01target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMULPeter Maydell
2020-09-01target/arm: Implement VFP fp16 for VFP_BINOP operationsPeter Maydell
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard 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
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson
2020-05-14target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell