[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-8.0 0/2] target/arm: Use tcg_gen_atomic_cmpxchg_i128
From: |
Richard Henderson |
Subject: |
[PATCH for-8.0 0/2] target/arm: Use tcg_gen_atomic_cmpxchg_i128 |
Date: |
Sat, 12 Nov 2022 14:25:53 +1000 |
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 (2):
target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
target/arm/helper-a64.h | 8 --
target/arm/helper-a64.c | 147 -------------------------------------
target/arm/translate-a64.c | 121 +++++++++++++-----------------
3 files changed, 53 insertions(+), 223 deletions(-)
--
2.34.1
- [PATCH for-8.0 0/2] target/arm: Use tcg_gen_atomic_cmpxchg_i128,
Richard Henderson <=