OSDN Git Service

target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 19 May 2023 22:22:12 +0000 (15:22 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 May 2023 23:51:19 +0000 (16:51 -0700)
commit57b38ffd0c6f5f57adb59ab0419d057154b22d27
tree05b538b238d18afa50b1f5350854244cc9e60fc5
parent333c813b06edffd26d1285f5352ae179c7033b0b
target/ppc: Use tcg_gen_qemu_{ld,st}_i128 for LQARX, LQ, STQ

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>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/cpu.h
target/ppc/helper.h
target/ppc/mem_helper.c
target/ppc/translate.c
target/ppc/translate/fixedpoint-impl.c.inc