Re: [PATCH v4 05/45] target/arm: Reorg ARMCPRegInfo type field bits

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:05, Richard Henderson wrote: > > 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. > >

[PATCH v4 05/45] target/arm: Reorg ARMCPRegInfo type field bits

2022-04-30 Thread Richard Henderson
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 --- v4: Revert merge of ARM_CP_CONST