target/i386: remove old SSE decoder
commit653fad2497bed71d938827299cb9ac38ac333f9b
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Sep 2022 14:30:15 +0000 (2 16:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Oct 2022 11:58:05 +0000 (18 13:58 +0200)
tree9e7fb1c35e0bf4006540ebdc683102272cdec1e6
parent71a0891d611189b651887414f56f8bb10c796d6f
target/i386: remove old SSE decoder

With all SSE (and AVX!) instructions now implemented in disas_insn_new,
it's possible to remove gen_sse, as well as the helpers for instructions
that now use gvec.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/ops_sse.h
target/i386/ops_sse_header.h
target/i386/tcg/decode-new.c.inc
target/i386/tcg/emit.c.inc
target/i386/tcg/translate.c