aboutsummaryrefslogtreecommitdiff
path: root/target/arm/helper.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson1-0/+10
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+14
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+4
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson1-0/+2
2020-06-05target/arm: Split helper_crypto_sm3ttRichard Henderson1-1/+4
2020-06-05target/arm: Split helper_crypto_sha1_3regRichard Henderson1-1/+4
2020-06-05target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson1-6/+6
2020-06-05target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson1-6/+9
2020-06-05target/arm: Convert rax1 to gvec helpersRichard Henderson1-0/+2
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson1-3/+3
2020-05-14target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ...Peter Maydell1-2/+2
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell1-1/+2
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson1-7/+10
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson1-0/+10
2020-05-14target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32Richard Henderson1-2/+2
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson1-0/+10
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson1-0/+20
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson1-0/+10
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson1-16/+11
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell1-0/+1
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson1-1/+0
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson1-1/+2
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson1-3/+1
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson1-1/+2
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson1-6/+5