target/arm: Replace bitmask64 with MAKE_64BIT_MASK
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 May 2023 14:40:54 +0000 (15:40 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 May 2023 10:28:39 +0000 (11:28 +0100)
commit000bcd008f45c630710c81c5df0b1a5ef0d5a8bb
treec1f8d00a997cea6f618c3c505062e9fb622d50ca
parent86002eccb947b76870daf19178a455f1b2e13b03
target/arm: Replace bitmask64 with MAKE_64BIT_MASK

Use the bitops.h macro rather than rolling our own here.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20230512144106.3608981-9-peter.maydell@linaro.org
target/arm/tcg/translate-a64.c