summaryrefslogtreecommitdiffstats
path: root/target/arm/vec_helper.c
Commit message (Expand)AuthorAgeFilesLines
* 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