On 11/4/23 03:04, Richard Henderson wrote:
Interpret the variable argument placement in the caller.
Mark the argument register const, because they must be passed to
add_qemu_ldst_label unmodified. This requires a bit of local
variable renaming, because addrlo was being modified.
Pass data_type instead of is64 -- there are several places where
we already convert back from bool to type. Clean things up by
using type throughout.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
tcg/ppc/tcg-target.c.inc | 164 +++++++++++++++++++++------------------
1 file changed, 89 insertions(+), 75 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>