qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-9.1 13/19] target/i386: move remaining conditional operat


From: Richard Henderson
Subject: Re: [PATCH for-9.1 13/19] target/i386: move remaining conditional operations to new decoder
Date: Thu, 11 Apr 2024 01:00:11 -0700
User-agent: Mozilla Thunderbird

On 4/9/24 09:43, Paolo Bonzini wrote:
Move long-displacement Jcc, SETcc and CMOVcc to the new decoder.
While filling in the tables makes the code seem longer, the new
emitters are all just one line of code.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/tcg/decode-new.h     |  1 +
  target/i386/tcg/translate.c      |  2 +-
  target/i386/tcg/decode-new.c.inc | 56 ++++++++++++++++++++++++++++++++
  target/i386/tcg/emit.c.inc       | 10 ++++++
  4 files changed, 68 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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