OSDN Git Service

target/arm: Use MAKE_64BIT_MASK to compute indexmask
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Mar 2022 21:59:46 +0000 (11:59 -1000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 2 Mar 2022 19:27:36 +0000 (19:27 +0000)
commitd06449f2eb555896057ee047b3009a3616d52028
treef1291ad63a9d0fa9a4a121ff3f44aeb72ee33881
parent49ba115bb7429bb64bcbc7e5705a04090058e9a3
target/arm: Use MAKE_64BIT_MASK to compute indexmask

The macro is a bit more readable than the inlined computation.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220301215958.157011-7-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c