> From: Aleksandar Markovic <aleksandar.marko...@rt-rk.com> > Sent: Monday, August 6, 2018 6:59 PM > > From: Yongbok Kim <yongbok....@mips.com> > > 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....@mips.com> > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > Signed-off-by: Stefan Markovic <smarko...@wavecomp.com> > --- > target/mips/translate.c | 81 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 81 insertions(+) >
It was brought to my attention that this patch doesn't contain fix for emulation of several instruction that was developed, but not included in this series. (Those are cases flagged by Richarsd in one of previous reviews.) Please include all fixes in the next version. Aleksandar M.