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