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é<f4...@amsat.org> --- target/arm/translate-sve.c | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~