]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/helper.c
target/arm: Reorg ARMCPRegInfo type field bits
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 May 2022 05:49:47 +0000 (22:49 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 May 2022 08:35:51 +0000 (09:35 +0100)
commit87c3f0f2f791094adce2b8643d9103dac1b59702
tree60be0080dee0432c8bd08e47606bda998135ba29
parent10b0220e45a93410206c270b0642870e20e69d09
target/arm: Reorg ARMCPRegInfo type field bits

Instead of defining ARM_CP_FLAG_MASK to remove flags,
define ARM_CP_SPECIAL_MASK to isolate special cases.
Sort the specials to the low bits. Use an enum.

Split the large comment block so as to document each
value separately.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20220501055028.646596-6-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpregs.h
target/arm/cpu.c
target/arm/helper.c
target/arm/translate-a64.c
target/arm/translate.c