Re: [PATCH v2 4/4] target/ppc: Rework store conditional to avoid branch

2023-06-05 Thread Daniel Henrique Barboza
On 6/4/23 23:54, Nicholas Piggin wrote: Rework store conditional to avoid a branch in the success case. Change some of the variable names and layout while here so gen_conditional_store more closely matches gen_stqcx_. Reviewed-by: Richard Henderson Signed-off-by: Nicholas Piggin --- Queue

[PATCH v2 4/4] target/ppc: Rework store conditional to avoid branch

2023-06-04 Thread Nicholas Piggin
Rework store conditional to avoid a branch in the success case. Change some of the variable names and layout while here so gen_conditional_store more closely matches gen_stqcx_. Reviewed-by: Richard Henderson Signed-off-by: Nicholas Piggin --- v2: - Reinstate lost DEF_MEMOP [Richard] I think th