Use the new common functions and avoid rolling our own helpers. r~
Based-on: [email protected] ("tcg: Support for Int128 with helpers") Richard Henderson (3): target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b target/i386: Inline cmpxchg8b target/i386: Inline cmpxchg16b target/i386/helper.h | 6 -- target/i386/tcg/mem_helper.c | 126 ----------------------------------- target/i386/tcg/translate.c | 126 ++++++++++++++++++++++++++++++----- 3 files changed, 109 insertions(+), 149 deletions(-) -- 2.34.1
