]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move TBFLAG_AM32 bits to the top
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Apr 2021 20:22:34 +0000 (13:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Apr 2021 10:16:50 +0000 (11:16 +0100)
commit5896f39253ead37f65a2c13a9b0066f56c282d4c
tree1e4769b7c7b09da39ce2247b278b2908887ee41e
parenta378206a205a65c182854a961d99acbce00cda86
target/arm: Move TBFLAG_AM32 bits to the top

Now that these bits have been moved out of tb->flags,
where TBFLAG_ANY was filling from the top, move AM32
to fill from the top, and A32 and M32 to fill from the
bottom.  This means fewer changes when adding new bits.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419202257.161730-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.h