target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV
commit5601e6217d90ed322b4b9a6d68e8db607db91842
authorFredrik Noring <noring@nocrew.org>
Sun, 21 Oct 2018 15:39:17 +0000 (21 17:39 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Wed, 24 Oct 2018 13:20:31 +0000 (24 15:20 +0200)
tree66ea3c4b5e66f38f13e884f59a98977bd0cf5a68
parentbe9c42c90d162100a63111ddeb8bfe50be897873
target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV

The R5900 is taken to be MIPS III with certain modifications. From
MIPS IV it implements the instructions MOVN, MOVZ and PREF.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
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