aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-02target/arm: Decode aa64 armv8.3 fcaddRichard Henderson1-0/+97
2018-03-02target/arm: Decode aa64 armv8.1 three same extraRichard Henderson1-0/+74
2018-03-02target/arm: Decode aa64 armv8.1 scalar three same extraRichard Henderson1-0/+109