|
From: | Richard Henderson |
Subject: | Re: [PATCH v4 10/12] target/mips: Simplify decode_opc_mxu() ifdef'ry |
Date: | Wed, 24 Feb 2021 11:07:16 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 2/24/21 10:57 AM, Philippe Mathieu-Daudé wrote: > By making the prototype public and checking > 'TARGET_LONG_BITS == 32' we let the compiler > elide the decode_opc_mxu() call. > > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> > --- > target/mips/translate.h | 3 +++ > target/mips/translate.c | 6 ++---- > 2 files changed, 5 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |