diff options
author | Philippe Mathieu-Daudé | 2021-02-13 14:45:09 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2021-07-11 22:29:54 +0200 |
commit | 71c49f39b9965506fa32483f80980a4a0199d4f8 (patch) | |
tree | c1109d756c7abce75879ff578d7935ba9ab89e17 /target/mips/tcg/tx79.decode | |
parent | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than) (diff) | |
download | qemu-71c49f39b9965506fa32483f80980a4a0199d4f8.tar.gz qemu-71c49f39b9965506fa32483f80980a4a0199d4f8.tar.xz qemu-71c49f39b9965506fa32483f80980a4a0199d4f8.zip |
target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)
Introduce the PPACW opcode (Parallel Pack to Word).
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210214175912.732946-22-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 63fbe9694b..653910371d 100644 --- a/target/mips/tcg/tx79.decode +++ b/target/mips/tcg/tx79.decode @@ -38,6 +38,7 @@ PCGTH 011100 ..... ..... ..... 00110 001000 @rs_rt_rd PSUBB 011100 ..... ..... ..... 01001 001000 @rs_rt_rd PCGTB 011100 ..... ..... ..... 01010 001000 @rs_rt_rd PEXTLW 011100 ..... ..... ..... 10010 001000 @rs_rt_rd +PPACW 011100 ..... ..... ..... 10011 001000 @rs_rt_rd PEXTLH 011100 ..... ..... ..... 10110 001000 @rs_rt_rd PEXTLB 011100 ..... ..... ..... 11010 001000 @rs_rt_rd |