tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 6 Apr 2023 19:51:01 +0000 (12:51 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 5 May 2023 16:20:01 +0000 (17:20 +0100)
commit737fb471ededa05e9e8bbd800c9f19b5af38cdc5
tree80f8cdf549f15b737de38507871f5ce50f735ca7
parent7f65be51b65ae9a4e65b3de233b5fa069c67faf6
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>
tcg/arm/tcg-target.c.inc