commit | 737fb471ededa05e9e8bbd800c9f19b5af38cdc5 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Apr 06 12:51:01 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Fri May 05 17:20:01 2023 +0100 |
tree | 80f8cdf549f15b737de38507871f5ce50f735ca7 | |
parent | 7f65be51b65ae9a4e65b3de233b5fa069c67faf6 [diff] |
tcg/arm: Rationalize args to tcg_out_qemu_{ld,st} Interpret the variable argument placement in the caller. Pass data_type instead of is_64. We need to set this in TCGLabelQemuLdst, so plumb this all the way through from tcg_out_op. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>