On 07/19/2018 05:54 AM, Stefan Markovic wrote: > From: Matthew Fortune <matthew.fort...@mips.com> > > Added a helper for ROTX based on the pseudocode from the > architecture spec. This instraction was not present in previous > MIPS instruction sets. > > Signed-off-by: Yongbok Kim <yongbok....@mips.com> > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > Signed-off-by: Stefan Markovic <smarko...@wavecomp.com> > Reviewed-by: Aleksandar Markovic <amarko...@wavecomp.com> > --- > target/mips/helper.h | 2 ++ > target/mips/op_helper.c | 94 > +++++++++++++++++++++++++++++++++++++++++++++++++ > target/mips/translate.c | 15 ++++++++ > 3 files changed, 111 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~