|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 1/7] target/mips: Simplify Loongson MULTU.G opcode |
Date: | Thu, 31 Aug 2023 16:53:22 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
On 8/31/23 13:30, Philippe Mathieu-Daudé wrote:
Since MULTU opcodes don't record the most significant bits of the infinite result, sign-extending the sources make no difference in the result. Once we remove the sign extension of source registers, MULT and MULTU are identical (as are DMULT and DMULTU). Suggested-by: Richard Henderson<richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> --- target/mips/tcg/translate.c | 2 -- 1 file changed, 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |