[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/mips: Remove XBurst Media eXtension Unit dead code
From: |
Richard Henderson |
Subject: |
Re: [PATCH] target/mips: Remove XBurst Media eXtension Unit dead code |
Date: |
Wed, 17 Feb 2021 11:27:51 -0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/17/21 10:58 AM, Philippe Mathieu-Daudé wrote:
> All these unimplemented MXU opcodes end up calling
> gen_reserved_instruction() which is the default switch
> case in decode_opc_mxu().
>
> The translate.c file is already big enough and hard to maintain,
> remove 1k+ lines of unnecessary code and /* TODO */ comments.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> Maybe better to review using 'git-diff --function-context'
> ---
> target/mips/translate.c | 1055 ---------------------------------------
> 1 file changed, 1055 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~