Re: [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg

2022-04-22 Thread Alex Bennée
Richard Henderson writes: > Rearrange the values of the enumerators of CPAccessResult > so that we may directly extract the target el. For the two > special cases in access_check_cp_reg, use CPAccessResult. > > Signed-off-by: Richard Henderson > --- > target/arm/cpregs.h| 26 -

Re: [PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg

2022-04-22 Thread Peter Maydell
On Sun, 17 Apr 2022 at 19:00, Richard Henderson wrote: > > Rearrange the values of the enumerators of CPAccessResult > so that we may directly extract the target el. For the two > special cases in access_check_cp_reg, use CPAccessResult. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Ma

[PATCH v3 25/60] target/arm: Reorg CPAccessResult and access_check_cp_reg

2022-04-17 Thread Richard Henderson
Rearrange the values of the enumerators of CPAccessResult so that we may directly extract the target el. For the two special cases in access_check_cp_reg, use CPAccessResult. Signed-off-by: Richard Henderson --- target/arm/cpregs.h| 26 target/arm/op_helper.c | 56 ++