qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-9.1 15/19] target/i386: port extensions of one-byte opcod


From: Richard Henderson
Subject: Re: [PATCH for-9.1 15/19] target/i386: port extensions of one-byte opcodes to new decoder
Date: Thu, 11 Apr 2024 01:08:57 -0700
User-agent: Mozilla Thunderbird

On 4/9/24 09:43, Paolo Bonzini wrote:
A few two-byte opcodes are simple extensions of existing one-byte opcodes;
they are easy to decode and need no change to emit.c.inc.  Port them to
the new decoder.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/tcg/decode-new.h     |  1 +
  target/i386/tcg/translate.c      |  4 ++++
  target/i386/tcg/decode-new.c.inc | 27 +++++++++++++++++++++++++++
  target/i386/tcg/emit.c.inc       | 15 +++++++++++++++
  4 files changed, 47 insertions(+)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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