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.
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/i386/tcg-target.c.inc | 113 ++++++++++++++++++--------------------
1 file changed, 52 insertions(+), 61 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>