On 10/23/21 2:48 PM, Philippe Mathieu-Daudé wrote:
Convert the CFCMSA (Copy From Control MSA register) and
CTCMSA (Copy To Control MSA register) opcodes to decodetree.
Since they respectively overlap with the SLDI and SPLATI
opcodes, use decodetree overlap groups.
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
target/mips/tcg/msa.decode | 10 +++-
target/mips/tcg/msa_translate.c | 95 ++++++++++++---------------------
2 files changed, 42 insertions(+), 63 deletions(-)
There are a couple of tcg_const_i32 that should be tcg_constant_i32, but
otherwise,
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~