summaryrefslogtreecommitdiffstats
path: root/target/arm/vec_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Convert aes and sm4 to gvec helpersRichard Henderson2020-06-051-11/+1Star
* target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell2020-05-141-0/+7
* target/arm: Vectorize SABA/UABARichard Henderson2020-05-141-0/+24
* target/arm: Vectorize SABD/UABDRichard Henderson2020-05-141-0/+24
* target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_*Richard Henderson2020-05-141-0/+2
* target/arm: Pass pointer to qc to qrdmla/qrdmlsRichard Henderson2020-05-141-30/+40
* target/arm: Create gen_gvec_{sri,sli}Richard Henderson2020-05-141-0/+38
* target/arm: Create gen_gvec_{u,s}{rshr,rsra}Richard Henderson2020-05-141-0/+50
* target/arm: Create gen_gvec_[us]sraRichard Henderson2020-05-141-0/+25
* target/arm: Vectorize integer comparison vs zeroRichard Henderson2020-04-301-0/+25
* target/arm: Convert PMULL.8 to gvecRichard Henderson2020-02-211-0/+60
* target/arm: Convert PMULL.64 to gvecRichard Henderson2020-02-211-0/+33
* target/arm: Convert PMUL.8 to gvecRichard Henderson2020-02-211-0/+30
* target/arm: Vectorize USHL and SSHLRichard Henderson2020-02-211-0/+88
* target/arm: Add helpers for FMLALRichard Henderson2019-02-281-0/+148
* target/arm: Add missing clear_tail callsRichard Henderson2019-02-151-0/+2
* target/arm: Use vector operations for saturationRichard Henderson2019-02-151-0/+130
* target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson2019-02-151-1/+1
* target/arm: Implement SVE dot product (indexed)Richard Henderson2018-06-291-0/+124
* target/arm: Implement SVE dot product (vectors)Richard Henderson2018-06-291-0/+67
* target/arm: Implement SVE fp complex multiply add (indexed)Richard Henderson2018-06-291-20/+30
* target/arm: Pass index to AdvSIMD FCMLA (indexed)Richard Henderson2018-06-291-4/+6
* target/arm: Implement SVE Floating Point Unary Operations - Unpredicated GroupRichard Henderson2018-06-291-0/+20
* target/arm: Implement SVE Floating Point Multiply Indexed GroupRichard Henderson2018-06-291-0/+48
* target/arm: Implement SVE Floating Point Arithmetic - Unpredicated GroupRichard Henderson2018-06-151-0/+69
* target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* target/arm: Decode aa64 armv8.3 fcmlaRichard Henderson2018-03-021-0/+149
* target/arm: Decode aa64 armv8.3 fcaddRichard Henderson2018-03-021-0/+97
* target/arm: Decode aa64 armv8.1 three same extraRichard Henderson2018-03-021-0/+74
* target/arm: Decode aa64 armv8.1 scalar three same extraRichard Henderson2018-03-021-0/+109