On 11/4/23 03:04, Richard Henderson wrote:
Interpret the variable argument placement in the caller.
Mark the argument registers const, because they must be passed to
add_qemu_ldst_label unmodified.
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/riscv/tcg-target.c.inc | 68 +++++++++++++++-----------------------
1 file changed, 26 insertions(+), 42 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>