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

Richard Henderson posted 1 patch 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221112061122.2720163-1-richard.henderson@linaro.org
Maintainers: Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>
target/ppc/helper.h     |   2 -
target/ppc/mem_helper.c |  44 -----------------
target/ppc/translate.c  | 102 ++++++++++++++++++----------------------
3 files changed, 47 insertions(+), 101 deletions(-)
[PATCH for-8.0 0/1] target/ppc: Use tcg_gen_atomic_cmpxchg_i128
Posted by Richard Henderson 1 year, 5 months ago
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(-)

-- 
2.34.1