OSDN Git Service

target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Jun 2021 15:34:06 +0000 (16:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Jun 2021 15:18:48 +0000 (16:18 +0100)
commit475d696af7edd74779a2ac2245496b20d4625fdf
tree9cccc92b00a585a385e00732003aa91644580b22
parent0af4d13b3114a87e53cb9e2ee0c5588c513f4b1a
target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

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 <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210604183506.916654-4-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c