target/mips: Fix decoding mechanism of special R5900 opcodes
commit9dc324ce66807cc231fe890d4031de595ad1cf72
authorFredrik Noring <noring@nocrew.org>
Wed, 7 Nov 2018 19:19:14 +0000 (7 20:19 +0100)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Sat, 17 Nov 2018 18:29:34 +0000 (17 19:29 +0100)
tree18f709f9a40bb3215cf3438774260eba6c850382
parentc42171c3bfe6fdc94c183f664c4d6548f8c5488b
target/mips: Fix decoding mechanism of special R5900 opcodes

MOVN, MOVZ, MFHI, MFLO, MTHI, MTLO, MULT, MULTU, DIV, DIVU, DMULT,
DMULTU, DDIV, DDIVU and JR are decoded in decode_opc_special_tx79
instead of the generic decode_opc_special_legacy.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Fredrik Noring <noring@nocrew.org>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c