target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ
commitd54a20b9dda55d3d1492e447680da80ebc05b76b
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 19 May 2023 22:47:06 +0000 (19 15:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 May 2023 23:51:19 +0000 (23 16:51 -0700)
treedbeef577d5733c717623f014c3cac110c3609835
parent57b38ffd0c6f5f57adb59ab0419d057154b22d27
target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ

No need to roll our own, as this is now provided by tcg.
This was the last use of retxl, so remove that too.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/cpu.h
target/s390x/helper.h
target/s390x/tcg/insn-data.h.inc
target/s390x/tcg/mem_helper.c
target/s390x/tcg/translate.c