target/arm: Add stubs for aa32 decodetree
commit51409b9e8cfe997b1ac3365df7400e0c6e844437
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Sep 2019 19:29:52 +0000 (4 12:29 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Sep 2019 12:23:03 +0000 (5 13:23 +0100)
tree1bcb8ab56f7bb779a967a932cf21754b1621d05e
parent69be3e13764111737e1a7a13bb0c231e4d5be756
target/arm: Add stubs for aa32 decodetree

Add the infrastructure that will become the new decoder.
No instructions adjusted so far.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190904193059.26202-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/Makefile.objs
target/arm/a32-uncond.decode [new file with mode: 0644]
target/arm/a32.decode [new file with mode: 0644]
target/arm/t32.decode [new file with mode: 0644]
target/arm/translate.c