qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 5/6] target/mips: Convert Loongson [D]MOD[U].G opcodes to dec


From: Richard Henderson
Subject: Re: [PATCH 5/6] target/mips: Convert Loongson [D]MOD[U].G opcodes to decodetree
Date: Thu, 21 Jan 2021 10:00:22 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 1/12/21 11:55 AM, Philippe Mathieu-Daudé wrote:
> Convert the following opcodes to decodetree:
> 
> - MOD.G - mod 32-bit signed integers
> - MODU.G - mod 32-bit unsigned integers
> - DMOD.G - mod 64-bit signed integers
> - DMODU.G - mod 64-bit unsigned integers
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  target/mips/godson2.decode    |   5 ++
>  target/mips/loong-ext.decode  |   5 ++
>  target/mips/loong_translate.c | 116 ++++++++++++++++++++++++++++++++++
>  target/mips/translate.c       |  86 -------------------------
>  4 files changed, 126 insertions(+), 86 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~




reply via email to

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