Re: [PATCH v4 13/45] target/arm: Hoist computation of key in add_cpreg_to_hashtable

2022-05-03 Thread Peter Maydell
On Sun, 1 May 2022 at 07:19, Richard Henderson wrote: > > Move the computation of key to the top of the function. > Hoist the resolution of cp as well, as an input to the > computation of key. > > This will be required by a subsequent patch. > > Signed-off-by: Richard Henderson > --- Reviewed-by

[PATCH v4 13/45] target/arm: Hoist computation of key in add_cpreg_to_hashtable

2022-04-30 Thread Richard Henderson
Move the computation of key to the top of the function. Hoist the resolution of cp as well, as an input to the computation of key. This will be required by a subsequent patch. Signed-off-by: Richard Henderson --- target/arm/helper.c | 49 + 1 file cha