]> Git Repo - qemu.git/commit
target/i386: Rework sse_op_table1
authorPaul Brook <[email protected]>
Sun, 24 Apr 2022 22:01:26 +0000 (23:01 +0100)
committerPaolo Bonzini <[email protected]>
Thu, 1 Sep 2022 18:16:33 +0000 (20:16 +0200)
commitf2dbc28947026d8c55a28774f04d96d5612cf6dd
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 <[email protected]>
Message-Id: <20220424220204.2493824[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/tcg/translate.c
This page took 0.027924 seconds and 4 git commands to generate.