target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
commit5f21f30d8554b415142473fc4b58be42be193c46
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 8 Dec 2020 17:59:36 +0000 (8 18:59 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
treef765820e0ae196f45ae97d391c02e5be3058c541
parenta685f7d075a7ec09575cbb836cf07b64ae313e30
target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes

Add the LSA opcode to the MSA32 decodetree config, add DLSA
to a new config for the MSA64 ASE, and call decode_msa64()
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-23-f4bug@amsat.org>
target/mips/meson.build
target/mips/msa32.decode
target/mips/msa64.decode [new file with mode: 0644]
target/mips/msa_translate.c