On 12/18/2013 12:49 PM, Tom Musta wrote: > This patch adds the byte and halfword variants of the Store Conditional > instructions. A common macro is introduced and the existing implementations > of stwcx. and stdcx. are re-implemented using this macro. > > V2: Re-implemented gen_conditional_store() and STCX macro per comments > from Richard. > > Signed-off-by: Tom Musta <tommu...@gmail.com> > --- > target-ppc/translate.c | 88 ++++++++++++++++++++++------------------------- > 1 files changed, 41 insertions(+), 47 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~