|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 15/32] target/mips: Convert MSA FILL opcode to decodetree |
Date: | Wed, 27 Oct 2021 14:46:45 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
On 10/27/21 11:07 AM, Philippe Mathieu-Daudé wrote:
+static bool trans_FILL(DisasContext *ctx, arg_msa_r *a) +{ + if (TARGET_LONG_BITS != 64 && a->df == DF_DOUBLE) { + /* Double format valid only for MIPS64 */ + gen_reserved_instruction(ctx); + return true; + }
Here you have the option to return false. But either way, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |