OSDN Git Service

target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 8 Dec 2020 18:00:44 +0000 (19:00 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commit3f7a927847a41fb6def742d5cb8c3dec55755844
tree6e6f2da20fa2d065f94216d7fe8ce2af390e6882
parent5f21f30d8554b415142473fc4b58be42be193c46
target/mips: Introduce decodetree helpers for Release6 LSA/DLSA opcodes

LSA and LDSA opcodes are also available with MIPS release 6.
Introduce the decodetree config files and call the decode()
helpers in the main decode_opc() loop.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201215225757.764263-24-f4bug@amsat.org>
target/mips/meson.build
target/mips/mips32r6.decode [new file with mode: 0644]
target/mips/mips64r6.decode [new file with mode: 0644]
target/mips/rel6_translate.c [new file with mode: 0644]
target/mips/translate.c
target/mips/translate.h