Subject: [PATCH v2 02/33] target/mips: Add decode_nanomips_opc() function From: Yongbok Kim <[email protected]>
Add body and invocation of decode_nanomips_opc() if bit ISA_NANOMIPS32 is set in env->insn_flags. Signed-off-by: Yongbok Kim <[email protected]> Signed-off-by: Aleksandar Markovic <[email protected]> Signed-off-by: Stefan Markovic <[email protected]> --- 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().
