On 07/30/2018 12:11 PM, Aleksandar Markovic wrote: > From: Stefan Markovic <smarko...@wavecomp.com> > > Add gen_op_addr_addi(). This function will be used in emulation of > some nanoMIPS instructions. > > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > Signed-off-by: Stefan Markovic <smarko...@wavecomp.com> > --- > target/mips/translate.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> For your general mips to-do list, there are lots of places in the existing code that can be cleaned up to make use of this new function. r~