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
/
s390x
/
tcg
/
translate_vx.c.inc
Age
Commit message (
Expand
)
Author
2023-07-24
target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13
Ilya Leoshkevich
2023-03-13
target/s390x: Drop tcg_temp_free from translate_vx.c.inc
Richard Henderson
2023-02-27
target/s390x: Use tcg_constant_* in translate_vx.c.inc
Richard Henderson
2022-11-16
s390x: Fix spelling errors
Thomas Huth
2022-10-27
target/s390x: Fix emulation of the VISTR instruction
Thomas Huth
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed element
David Miller
2022-05-04
target/s390x: vxeh2: vector {load, store} byte reversed elements
David Miller
2022-05-04
target/s390x: vxeh2: vector {load, store} elements reversed
David Miller
2022-05-04
target/s390x: vxeh2: vector shift double by bit
David Miller
2022-05-04
target/s390x: vxeh2: Update for changes to vector shifts
David Miller
2022-05-04
target/s390x: vxeh2: vector string search
David Miller
2022-05-04
target/s390x: vxeh2: vector convert short/32b
David Miller
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2021-10-05
tcg: Expand MO_SIZE to 3 bits
Richard Henderson
2021-07-07
target/s390x: start moving TCG-only code to tcg/
Cho, Yu-Chen