]> xenbits.xensource.com Git - qemu-xen.git/commit
target/mips: Convert MSA ELM instruction format to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 19 Oct 2021 15:16:45 +0000 (17:16 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 2 Nov 2021 13:32:32 +0000 (14:32 +0100)
commit0a510c934c36f6314508ad4e7b5fd6ca8eb02c06
tree2d3f624971cdf98d74e786791cd30113121da8ce
parent0a086d2e80d3214b56f672d2f976525e46f1b476
target/mips: Convert MSA ELM instruction format to decodetree

Convert instructions with an immediate element index
and data format df/n to decodetree.

Since the 'data format' and 'n' fields are constant values,
use tcg_constant_i32() instead of a TCG temporaries.

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