qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 02/33] target/mips: Add decode_nanomips_opc()


From: Aleksandar Markovic
Subject: Re: [Qemu-devel] [PATCH v2 02/33] target/mips: Add decode_nanomips_opc() function
Date: Tue, 10 Jul 2018 12:41:06 +0000

Subject: [PATCH v2 02/33] target/mips: Add decode_nanomips_opc() function

From: Yongbok Kim <address@hidden>

Add body and invocation of decode_nanomips_opc() if bit
ISA_NANOMIPS32 is set in env->insn_flags.

Signed-off-by: Yongbok Kim <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Stefan Markovic <address@hidden>
---
 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().



reply via email to

[Prev in Thread] Current Thread [Next in Thread]