index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
arm
/
tcg
/
translate-neon.c
Age
Commit message (
Expand
)
Author
2024-05-30
target/arm: Tidy SQDMULH, SQRDMULH (vector)
Richard Henderson
2024-05-30
target/arm: Convert SRHADD, URHADD to gvec
Richard Henderson
2024-05-30
target/arm: Convert SHSUB, UHSUB to gvec
Richard Henderson
2024-05-30
target/arm: Convert SHADD, UHADD to gvec
Richard Henderson
2024-05-30
target/arm: Convert SQRSHL and UQRSHL (register) to gvec
Richard Henderson
2024-05-30
target/arm: Convert SQSHL and UQSHL (register) to gvec
Richard Henderson
2024-05-30
target/arm: Convert SRSHL and URSHL (register) to gvec
Richard Henderson
2024-05-28
target/arm: Use gvec for neon pmax, pmin
Richard Henderson
2024-05-28
target/arm: Use gvec for neon padd
Richard Henderson
2024-05-28
target/arm: Use gvec for neon faddp, fmaxp, fminp
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-07-08
target/arm: Demultiplex AESE and AESMC
Richard Henderson
2023-06-05
target/arm: Tidy helpers for translation
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-03-05
target/arm: Drop tcg_temp_free from translator-neon.c
Richard Henderson
2023-02-27
target/arm: move translate modules to tcg/
Fabiano Rosas