target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)
commit709324dc05a17755d43c315e43a8ec9da04fc37b
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Feb 2021 13:40:18 +0000 (13 14:40 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 11 Jul 2021 20:29:54 +0000 (11 22:29 +0200)
tree1df3e7cd6212abbad05dc8cfe60966deae922972
parent2d4ab117bebb90ad7e7e65629f99f9e82ba32053
target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)

Introduce the 'Parallel Subtract' opcodes:

 - PSUBB (Parallel Subtract Byte)
 - PSUBH (Parallel Subtract Halfword)
 - PSUBW (Parallel Subtract Word)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <820210309145653.743937-11-f4bug@amsat.org>
target/mips/tcg/tx79.decode
target/mips/tcg/tx79_translate.c