diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-02-13 14:47:47 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-07-11 22:29:54 +0200 |
commit | 80ad6303577612451d56c84d079a8c5b7f21412d (patch) | |
tree | b7aacff642f6b05efd259fc7e5460a816c3a9d7f /target/mips/tcg/tx79.decode | |
parent | aaaa82a9f9975c59b72debb22bc92b8e1ab4ab10 (diff) | |
download | qemu-80ad6303577612451d56c84d079a8c5b7f21412d.zip qemu-80ad6303577612451d56c84d079a8c5b7f21412d.tar.gz qemu-80ad6303577612451d56c84d079a8c5b7f21412d.tar.bz2 |
target/mips/tx79: Introduce SQ opcode (Store Quadword)
Introduce the SQ opcode (Store Quadword).
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210214175912.732946-27-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'target/mips/tcg/tx79.decode')
-rw-r--r-- | target/mips/tcg/tx79.decode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/tcg/tx79.decode b/target/mips/tcg/tx79.decode index 0af5c6d..03a25a5 100644 --- a/target/mips/tcg/tx79.decode +++ b/target/mips/tcg/tx79.decode @@ -70,3 +70,4 @@ PCPYH 011100 00000 ..... ..... 11011 101001 @rt_rd # SPECIAL LQ 011110 ..... ..... ................ @ldst +SQ 011111 ..... ..... ................ @ldst |