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