aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)Author
2020-09-01target/arm/vec_helper: Add gvec fp indexed multiply-and-add operationsPeter Maydell
2020-09-01target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed 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-08-28target/arm: Convert sq{, r}dmulh to gvec for aa64 advsimdpull-target-arm-20200828Richard 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-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson
2020-06-05target/arm: Convert aes and sm4 to gvec helpersRichard Henderson
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson
2020-05-14target/arm: Vectorize SABD/UABDRichard Henderson
2020-05-14target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson
2020-05-14target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson
2020-05-14target/arm: Create gen_gvec_{sri,sli}Richard Henderson
2020-05-14target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson
2020-05-14target/arm: Create gen_gvec_[us]sraRichard Henderson
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson
2019-02-28target/arm: Add helpers for FMLALRichard Henderson
2019-02-15target/arm: Add missing clear_tail callsRichard Henderson
2019-02-15target/arm: Use vector operations for saturationRichard Henderson
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson
2018-06-29target/arm: Implement SVE dot product (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE dot product (vectors)Richard Henderson
2018-06-29target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson
2018-06-29target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson
2018-06-29target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson
2018-06-29target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson
2018-06-15target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-03-02target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson