target/arm: Simplify disas_thumb2_insn
commitf843e77144c9334e244a422848177f2fbef5eb05
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:33 +0000 (4 12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (5 13:23 +0100)
tree2350c50e829c417a70c667df81ce2bafb03b34bf
parentd449f174e820b15ca1a1f5f3ec19999eeb7da14c
target/arm: Simplify disas_thumb2_insn

Fold away all of the cases that now just goto illegal_op,
because all of their internal bits are now in decodetree.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-44-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c