On 18/07/2017 12:55, James Hogan wrote: > Implement decoding of microMIPS EVA load and store instruction groups in > the POOL31C pool. These use the same gen_ld(), gen_st(), gen_st_cond() > helpers as the MIPS32 decoding, passing the equivalent MIPS32 opcodes as > opc. > > Signed-off-by: James Hogan <james.ho...@imgtec.com> > Cc: Yongbok Kim <yongbok....@imgtec.com> > Cc: Aurelien Jarno <aurel...@aurel32.net> > --- > Changes in v2: > - New patch (Yongbok). > --- > target/mips/translate.c | 119 +++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 115 insertions(+), 4 deletions(-) >
Reviewed-by: Yongbok Kim <yongbok....@imgtec.com>