Re: [PATCH 3/3] target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

2021-06-06 Thread Philippe Mathieu-Daudé
On 6/4/21 8:35 PM, Richard Henderson wrote: > This fprintf+assert has been in place since the beginning. > It is after to the fp_access_check, so we need to move the > check up. Fold that in to the pairwise filter. > > Signed-off-by: Richard Henderson > --- > target/arm/translate-a64.c | 82 +++

[PATCH 3/3] target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

2021-06-04 Thread Richard Henderson
This fprintf+assert has been in place since the beginning. It is after to the fp_access_check, so we need to move the check up. Fold that in to the pairwise filter. Signed-off-by: Richard Henderson --- target/arm/translate-a64.c | 82 +++--- 1 file changed, 50 in