]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Simplify disas_arm_insn
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:30:34 +0000 (12:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (13:23 +0100)
commit590057d969a54de5d97261701c5702b3bebc9c07
treefe68c88977691d8b21eba22654aee6b83deb9c46
parentf843e77144c9334e244a422848177f2fbef5eb05
target/arm: Simplify disas_arm_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-45-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate.c