index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
neon_helper.c
Age
Commit message (
Expand
)
Author
2020-05-14
target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree
Peter Maydell
2020-05-14
target/arm: Vectorize SABA/UABA
Richard Henderson
2020-04-30
target/arm: Vectorize integer comparison vs zero
Richard Henderson
2020-02-21
target/arm: Convert PMULL.8 to gvec
Richard Henderson
2020-02-21
target/arm: Convert PMULL.64 to gvec
Richard Henderson
2020-02-21
target/arm: Convert PMUL.8 to gvec
Richard Henderson
2020-02-21
target/arm: Vectorize USHL and SSHL
Richard Henderson
2019-05-13
target/arm: Use tcg_gen_abs_i64 and tcg_gen_gvec_abs
Richard Henderson
2019-02-15
target/arm: Split out FPSCR.QC to a vector field
Richard Henderson
2019-02-15
target/arm: Remove neon min/max helpers
Richard Henderson
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-02-21
target/*/cpu.h: remove softfloat.h
Alex Bennée
2018-01-25
target/arm: Use pointers in neon zip/uzp helpers
Richard Henderson
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth