Re: [PATCH 21/57] target/arm: Convert FADDP to decodetree

2024-05-23 Thread Peter Maydell
On Mon, 6 May 2024 at 02:07, Richard Henderson wrote: > > This fixes a bug in which scalar half-precision did not > diagnose sz == 1 as UNDEFINED. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h| 4 ++ > target/arm/tcg/a64.decode | 12 + >

[PATCH 21/57] target/arm: Convert FADDP to decodetree

2024-05-05 Thread Richard Henderson
This fixes a bug in which scalar half-precision did not diagnose sz == 1 as UNDEFINED. Signed-off-by: Richard Henderson --- target/arm/helper.h| 4 ++ target/arm/tcg/a64.decode | 12 + target/arm/tcg/translate-a64.c | 87 ++