aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell1-5/+22
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operationsPeter Maydell1-4/+8
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-0/+21
2020-09-01target/arm: Implement fp16 for Neon VCVT with rounding modesPeter Maydell1-0/+23
2020-09-01target/arm: Implement fp16 for Neon VCVT fixed-pointPeter Maydell1-0/+4
2020-09-01target/arm: Convert Neon VCVT fixed-point to gvecPeter Maydell1-0/+20
2020-09-01target/arm: Implement fp16 for Neon float-integer VCVTPeter Maydell1-0/+29
2020-09-01target/arm: Implement fp16 for Neon pairwise fp opsPeter Maydell1-0/+45
2020-09-01target/arm: Implement fp16 for Neon VRSQRTSPeter Maydell1-0/+30
2020-09-01target/arm: Implement fp16 for Neon VRECPSPeter Maydell1-0/+31
2020-09-01target/arm: Implement fp16 for Neon fp compare-vs-0Peter Maydell1-0/+25
2020-09-01target/arm: Implement fp16 for Neon VFMA, VMFSPeter Maydell1-1/+32
2020-09-01target/arm: Implement fp16 for Neon VMLA, VMLS operationsPeter Maydell1-0/+42
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/+26
2020-09-01target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisonsPeter Maydell1-0/+44
2020-09-01target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMULPeter Maydell1-0/+6
2020-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdRichard Henderson1-0/+48
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson1-0/+25
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson1-4/+25
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson1-51/+29
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson1-11/+1
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell1-0/+7
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson1-0/+24
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson1-0/+24
2020-05-14target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson1-0/+2
2020-05-14target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson1-30/+40
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson1-0/+38
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson1-0/+50
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson1-0/+25
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson1-0/+25
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson1-0/+60
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson1-0/+33
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson1-0/+30
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson1-0/+88
2019-02-28target/arm: Add helpers for FMLALRichard Henderson1-0/+148
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson1-0/+2
2019-02-15target/arm: Use vector operations for saturationRichard Henderson1-0/+130
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson1-1/+1
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson1-0/+124
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson1-0/+67
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson1-20/+30
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson1-4/+6
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson1-0/+20
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson1-0/+48
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson1-0/+69
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-03-02target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson1-0/+149