On 9/12/22 00:03, Paolo Bonzini wrote:
Because these are the only VEX instructions that QEMU supports, the
new decoder is entered on the first byte of a valid VEX prefix, and VEX
decoding only needs to be done in decode-new.c.inc.

Signed-off-by: Paolo Bonzini<pbonz...@redhat.com>
---
  target/i386/tcg/decode-new.c.inc |  59 +++++++
  target/i386/tcg/emit.c.inc       | 261 +++++++++++++++++++++++++++++++
  target/i386/tcg/translate.c      |  49 +-----
  3 files changed, 323 insertions(+), 46 deletions(-)

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


r~

Reply via email to