target/mips: Support R5900 three-operand MADD and MADDU instructions
commit3b948f053fc588154d95228da8a6561c61c66104
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 27 Dec 2018 18:00:44 +0000 (27 19:00 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 3 Jan 2019 16:52:52 +0000 (3 17:52 +0100)
tree98700732d0f4efadb135ad092429a8471051f242
parent79f5fee7a3c53494c7ca4bc18c72944f5e2d5c2f
target/mips: Support R5900 three-operand MADD and MADDU instructions

The three-operand MADD and MADDU are specific to Sony R5900 core,
and Toshiba TX19/TX39/TX79 cores as well.

The "32-Bit TX System RISC TX39 Family Architecture manual"
is available at https://wiki.qemu.org/File:DSAE0022432.pdf

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
Signed-off-by: Fredrik Noring <noring@nocrew.org>
Tested-by: Fredrik Noring <noring@nocrew.org>
target/mips/translate.c