mbox series

[0/3] target/arm: Decode fixes for aarch64

Message ID 20210604183506.916654-1-richard.henderson@linaro.org
Headers show
Series target/arm: Decode fixes for aarch64 | expand

Message

Richard Henderson June 4, 2021, 6:35 p.m. UTC
A couple of printfs left over from the beginning of time,
and asserts that are reachable because of lack of decode.


r~


Richard Henderson (3):
  target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16
  target/arm: Remove fprintf from disas_simd_mod_imm
  target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

 target/arm/translate-a64.c | 87 +++++++++++++++++++++++---------------
 1 file changed, 52 insertions(+), 35 deletions(-)

-- 
2.25.1

Comments

Peter Maydell June 8, 2021, 8:59 a.m. UTC | #1
On Fri, 4 Jun 2021 at 19:36, Richard Henderson
<richard.henderson@linaro.org> wrote:
>

> A couple of printfs left over from the beginning of time,

> and asserts that are reachable because of lack of decode.

>

>

> r~

>

>

> Richard Henderson (3):

>   target/arm: Diagnose UNALLOCATED in disas_simd_two_reg_misc_fp16

>   target/arm: Remove fprintf from disas_simd_mod_imm

>   target/arm: Diagnose UNALLOCATED in disas_simd_three_reg_same_fp16

>

>  target/arm/translate-a64.c | 87 +++++++++++++++++++++++---------------

>  1 file changed, 52 insertions(+), 35 deletions(-)




Applied to target-arm.next, thanks.

-- PMM