qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-8.0 0/3] target/i386: cmpxchg8b and cmpxchg16b cleanup
@ 2022-11-12  7:56 Richard Henderson
  2022-11-12  7:56 ` [PATCH for-8.0 1/3] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b Richard Henderson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Richard Henderson @ 2022-11-12  7:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, eduardo

Use the new common functions and avoid rolling our own helpers.

r~

Based-on: 20221111074101.2069454-1-richard.henderson@linaro.org
("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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-12  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-12  7:56 [PATCH for-8.0 0/3] target/i386: cmpxchg8b and cmpxchg16b cleanup Richard Henderson
2022-11-12  7:56 ` [PATCH for-8.0 1/3] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b Richard Henderson
2022-11-12  7:56 ` [PATCH for-8.0 2/3] target/i386: Inline cmpxchg8b Richard Henderson
2022-11-12  7:56 ` [PATCH for-8.0 3/3] target/i386: Inline cmpxchg16b Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).