Re: [PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32

2022-04-21 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:05, Richard Henderson wrote: > > The operation we're performing with the movcond > is either min/max depending on cond -- simplify. > Use tcg_constant_i64 while we're at it. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-sve.c | 9 ++--- > 1 file

[PATCH v3 20/60] target/arm: Use smin/smax for do_sat_addsub_32

2022-04-17 Thread Richard Henderson
The operation we're performing with the movcond is either min/max depending on cond -- simplify. Use tcg_constant_i64 while we're at it. Signed-off-by: Richard Henderson --- target/arm/translate-sve.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git