target/i386: Rework sse_op_table1
commitf2dbc28947026d8c55a28774f04d96d5612cf6dd
authorPaul Brook <paul@nowt.org>
Sun, 24 Apr 2022 22:01:26 +0000 (24 23:01 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Sep 2022 18:16:33 +0000 (1 20:16 +0200)
tree59e61d98f3d768f643e119f1bdbee78a65076e7f
parent36fc7ee299cf7901e372fec31b46b5367b55f9f5
target/i386: Rework sse_op_table1

Add a flags field to each row in sse_op_table1.

Initially this is only used as a replacement for the magic
SSE_SPECIAL and SSE_DUMMY pointers, the other flags are mostly
relevant for the AVX implementation but can be applied to SSE as well.

Signed-off-by: Paul Brook <paul@nowt.org>
Message-Id: <20220424220204.2493824-5-paul@nowt.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c