aboutsummaryrefslogtreecommitdiff
path: root/target/arm/neon_helper.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-14target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetreePeter Maydell1-7/+0
2020-05-14target/arm: Vectorize SABA/UABARichard Henderson1-10/+0
2020-04-30target/arm: Vectorize integer comparison vs zeroRichard Henderson1-24/+0
2020-02-21target/arm: Convert PMULL.8 to gvecRichard Henderson1-32/+0
2020-02-21target/arm: Convert PMULL.64 to gvecRichard Henderson1-30/+0
2020-02-21target/arm: Convert PMUL.8 to gvecRichard Henderson1-22/+0
2020-02-21target/arm: Vectorize USHL and SSHLRichard Henderson1-33/+0
2019-05-13target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_absRichard Henderson1-5/+0
2019-02-15target/arm: Split out FPSCR.QC to a vector fieldRichard Henderson1-1/+1
2019-02-15target/arm: Remove neon min/max helpersRichard Henderson1-12/+0
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée1-0/+1
2018-01-25target/arm: Use pointers in neon zip/uzp helpersRichard Henderson1-74/+88
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-0/+2242