qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 35/36] target/i386: Inline cmpxchg8b


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v6 35/36] target/i386: Inline cmpxchg8b
Date: Tue, 31 Jan 2023 00:21:47 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.6.1

On 30/1/23 22:48, Richard Henderson wrote:
Use tcg_gen_atomic_cmpxchg_i64 for the atomic case,
and tcg_gen_nonatomic_cmpxchg_i64 otherwise.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Eduardo Habkost <eduardo@habkost.net>
---
  target/i386/helper.h         |  2 --
  target/i386/tcg/mem_helper.c | 57 ------------------------------------
  target/i386/tcg/translate.c  | 54 ++++++++++++++++++++++++++++++----
  3 files changed, 49 insertions(+), 64 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]