diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-10-19 17:58:41 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-11-02 14:32:32 +0100 |
commit | 2f2745c81a3c196fc149fcf243b11cae13fd126b (patch) | |
tree | 80b51cedc1d4833a66b8d094ed20b9ca0c427758 /target/mips/tcg/msa.decode | |
parent | 0a510c934c36f6314508ad4e7b5fd6ca8eb02c06 (diff) | |
download | qemu-2f2745c81a3c196fc149fcf243b11cae13fd126b.zip qemu-2f2745c81a3c196fc149fcf243b11cae13fd126b.tar.gz qemu-2f2745c81a3c196fc149fcf243b11cae13fd126b.tar.bz2 |
target/mips: Convert MSA COPY_U opcode to decodetree
Convert the COPY_U opcode (Element Copy to GPR Unsigned) to
decodetree.
Since the 'n' field is a constant value, use tcg_constant_i32()
instead of a TCG temporary.
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-26-f4bug@amsat.org>
Diffstat (limited to 'target/mips/tcg/msa.decode')
-rw-r--r-- | target/mips/tcg/msa.decode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/tcg/msa.decode b/target/mips/tcg/msa.decode index bf01452..0e166a4 100644 --- a/target/mips/tcg/msa.decode +++ b/target/mips/tcg/msa.decode @@ -167,6 +167,7 @@ BNZ 010001 111 .. ..... ................ @bz SLDI 011110 0000 ...... ..... ..... 011001 @elm_df SPLATI 011110 0001 ...... ..... ..... 011001 @elm_df + COPY_U 011110 0011 ...... ..... ..... 011001 @elm_df INSVE 011110 0101 ...... ..... ..... 011001 @elm_df FCAF 011110 0000 . ..... ..... ..... 011010 @3rf_w |