qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-9.1 16/19] target/i386: remove now-converted opcodes from


From: Richard Henderson
Subject: Re: [PATCH for-9.1 16/19] target/i386: remove now-converted opcodes from old decoder
Date: Thu, 11 Apr 2024 01:11:57 -0700
User-agent: Mozilla Thunderbird

On 4/9/24 09:43, Paolo Bonzini wrote:
Send all converted opcodes to disas_insn_new() directly from the big
decoding switch statement; once more, the debugging/bisecting logic
disappears.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/helper.h                        |   11 -
  target/i386/tcg/shift_helper_template.h.inc |  108 -
  target/i386/tcg/int_helper.c                |   34 -
  target/i386/tcg/translate.c                 | 2172 +------------------
  target/i386/tcg/decode-new.c.inc            |    3 -
  5 files changed, 11 insertions(+), 2317 deletions(-)
  delete mode 100644 target/i386/tcg/shift_helper_template.h.inc

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

r~



reply via email to

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