aboutsummaryrefslogtreecommitdiff
path: root/target/arm/vec_helper.c
AgeCommit message (Expand)AuthorFilesLines
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