Re: [PATCH v6 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128

2023-02-01 Thread Alex Bennée
Richard Henderson writes: > This will allow targets to avoid rolling their own. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v6 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128

2023-01-30 Thread Richard Henderson
This will allow targets to avoid rolling their own. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- accel/tcg/tcg-runtime.h | 11 + include/tcg/tcg-op.h | 5 +++ tcg/tcg-op.c | 85 +++ accel/tcg/atomic