Re: [PATCH 1/4] target/alpha: Use tcg_constant_i64() in gen_call_pal()

2021-10-24 Thread Richard Henderson
On 10/24/21 9:16 AM, Philippe Mathieu-Daudé wrote: Avoid using a TCG temporary by moving the flag and exception address to the constant pool. Signed-off-by: Philippe Mathieu-Daudé --- target/alpha/translate.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Reviewed-by: Richar

[PATCH 1/4] target/alpha: Use tcg_constant_i64() in gen_call_pal()

2021-10-24 Thread Philippe Mathieu-Daudé
Avoid using a TCG temporary by moving the flag and exception address to the constant pool. Signed-off-by: Philippe Mathieu-Daudé --- target/alpha/translate.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/target/alpha/translate.c b/target/alpha/translate.c index a4c