mbox series

[for-8.0,0/1] target/ppc: Use tcg_gen_atomic_cmpxchg_i128

Message ID 20221112061122.2720163-1-richard.henderson@linaro.org
Headers show
Series target/ppc: Use tcg_gen_atomic_cmpxchg_i128 | expand

Message

Richard Henderson Nov. 12, 2022, 6:11 a.m. UTC
Use the new common function and avoid rolling our own helper(s).

r~

Based-on: 20221111074101.2069454-1-richard.henderson@linaro.org
("tcg: Support for Int128 with helpers")

Richard Henderson (1):
  target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX

 target/ppc/helper.h     |   2 -
 target/ppc/mem_helper.c |  44 -----------------
 target/ppc/translate.c  | 102 ++++++++++++++++++----------------------
 3 files changed, 47 insertions(+), 101 deletions(-)