commit | 57b38ffd0c6f5f57adb59ab0419d057154b22d27 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 19 15:22:12 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue May 23 16:51:19 2023 -0700 |
tree | 05b538b238d18afa50b1f5350854244cc9e60fc5 | |
parent | 333c813b06edffd26d1285f5352ae179c7033b0b [diff] |
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>