Subject: [PATCH v2 02/33] target/mips: Add decode_nanomips_opc() function From: Yongbok Kim <yongbok....@mips.com>
Add body and invocation of decode_nanomips_opc() if bit ISA_NANOMIPS32 is set in env->insn_flags. 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 | 313 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 311 insertions(+), 2 deletions(-) Decoding utilities should be in a separate patch (or two patches). The code of the segment that contains decode_nanomips_opc() invocation should also be in a separate patch, leaving this patch as defining the body of decode_nanomips_opc().