qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 7/14] target/mips: Decode microMIPS EVA load & s


From: Yongbok Kim
Subject: Re: [Qemu-devel] [PATCH 7/14] target/mips: Decode microMIPS EVA load & store instructions
Date: Tue, 18 Jul 2017 17:07:18 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0


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 <address@hidden>
> Cc: Yongbok Kim <address@hidden>
> Cc: Aurelien Jarno <address@hidden>
> ---
> Changes in v2:
> - New patch (Yongbok).
> ---
>  target/mips/translate.c | 119 +++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 115 insertions(+), 4 deletions(-)
> 

Reviewed-by: Yongbok Kim <address@hidden>





reply via email to

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