]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 19 Oct 2021 11:51:07 +0000 (13:51 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (14:32 +0100)
commitf18708a53adc0549526fbeba5d1e892c0c4bf49c
tree196a116b86aa8e3bd32640936a7f2a80526deb86
parent67bedef51aa1144975c619f8559848819cdc309a
target/mips: Convert MSA 3R instruction format to decodetree (part 2/4)

Convert 3-register operations to decodetree.

Per the Encoding of Operation Field for 3R Instruction Format'
(Table 3.25), these instructions are not defined for the BYTE
format. Therefore the TRANS_DF_iii_b() macro returns 'false'
in that case, because no such instruction is decoded.

Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211028210843.2120802-22-f4bug@amsat.org>
target/mips/tcg/msa.decode
target/mips/tcg/msa_translate.c