Re: [PATCH 2/4] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()

2021-10-24 Thread Richard Henderson
On 10/24/21 9:16 AM, Philippe Mathieu-Daudé wrote: The immediate value used for comparison is constant and read-only. Move it to the constant pool. This frees a TCG temporary for unsigned saturation opcodes. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/translate-sve.c | 17

[PATCH 2/4] target/arm: Use tcg_constant_i64() in do_sat_addsub_64()

2021-10-24 Thread Philippe Mathieu-Daudé
The immediate value used for comparison is constant and read-only. Move it to the constant pool. This frees a TCG temporary for unsigned saturation opcodes. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/translate-sve.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-