target/mips: Add emulation of nanoMIPS 16-bit load and store instructions
commit8bdb7029c3b73327ba39a59fdc2c6ee3d64b2b24
authorYongbok Kim <yongbok.kim@mips.com>
Mon, 6 Aug 2018 16:59:50 +0000 (6 18:59 +0200)
committerAleksandar Markovic <amarkovic@wavecomp.com>
Fri, 24 Aug 2018 15:51:59 +0000 (24 17:51 +0200)
treee4dba27305e368f28b1966d61980478eb5db6ea3
parent8869ad02bfd9737f6a8fceab5ca286eaa899b790
target/mips: Add emulation of nanoMIPS 16-bit load and store instructions

Add emulation of LWXS16, LB16, SB16, LBU16, LH16, SH16, LHU16, LW16, LWSP16,
LW4X4, SW4X4, LWGP16, SWSP16, SW16, and SWGP16 instructions.

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>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
target/mips/translate.c