aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/translate_vx.c.inc
AgeCommit message (Expand)Author
2023-07-24target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-10-27target/s390x: Fix emulation of the VISTR instructionThomas Huth
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} byte reversed elementsDavid Miller
2022-05-04target/s390x: vxeh2: vector {load, store} elements reversedDavid Miller
2022-05-04target/s390x: vxeh2: vector shift double by bitDavid Miller
2022-05-04target/s390x: vxeh2: Update for changes to vector shiftsDavid Miller
2022-05-04target/s390x: vxeh2: vector string searchDavid Miller
2022-05-04target/s390x: vxeh2: vector convert short/32bDavid Miller
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-05tcg: Expand MO_SIZE to 3 bitsRichard Henderson
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen