target/mips: Add emulation of some common nanoMIPS 32-bit instructions
commitc0280983034627a336248409711e969eb2ea8325
authorYongbok Kim <yongbok.kim@mips.com>
Thu, 2 Aug 2018 14:16:13 +0000 (2 16:16 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 24 Aug 2018 15:51:59 +0000 (24 17:51 +0200)
treeb2b79906e317b7f21bb299fc568a4f13072f5d70
parentbf0718c59a4b27dd01346a7b5b9a183ed1b18fb7
target/mips: Add emulation of some common nanoMIPS 32-bit instructions

Add emulation of SIGRIE, SYSCALL, BREAK, SDBBP, ADDIU, ADDIUPC,
ADDIUGP.W, LWGP, SWGP, ORI, XORI, ANDI, and other instructions.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Yongbok Kim <yongbok.kim@mips.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
target/mips/translate.c