> Subject: [PATCH v2 04/33] target/mips: Add emulation of nanoMIPS 16-bit logic > instructions > > From: Yongbok Kim <[email protected]> > > Add emulation of NOT16, AND16, XOR16, OR16 instructions. > > Reviewed-by: Richard Henderson <[email protected]> > Signed-off-by: Yongbok Kim <[email protected]> > Signed-off-by: Aleksandar Markovic <[email protected]> > Signed-off-by: Stefan Markovic <[email protected]> > --- > target/mips/translate.c | 22 ++++++++++++++++++++++ > 1 file changed, 22 insertions(+)
Reviewed-by: Aleksandar Markovic <[email protected]>
