> From: Richard Henderson <richard.hender...@linaro.org> > Sent: Thursday, August 16, 2018 6:33 PM > > Subject: Re: [PATCH v9 22/84] target/mips: Add emulation of nanoMIPS 16-bit > branch instructions > > On 08/16/2018 07:57 AM, Aleksandar Markovic wrote: > > From: Yongbok Kim <yongbok....@mips.com> > > > > Add emulation of nanoMIPS 16-bit branch instructions. > > > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > > 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 | 36 ++++++++++++++++++++++++++++++++++++ > > 1 file changed, 36 insertions(+) > > This patch needs the gen_compute_compact_branch_nm you add in patch 39. > All of the uses of gen_compute_branch are incorrect. > > > r~
Hi, Richard, The gen_compute_branch() will be eliminated from nanoMIPS code accross the board. This will be included in v10. That change has been worked on in last few days, but didn't make it to be included in v9. Thanks, Aleksandar