]> git.proxmox.com Git - mirror_qemu.git/commit
target/i386: Fix exception classes for SSE/AVX instructions.
authorRicky Zhou <ricky@rzhou.org>
Mon, 1 May 2023 11:14:27 +0000 (04:14 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:50 +0000 (08:53 +0200)
commitcab529b0dc15746b270e87d77e1dd12c6216807c
treeb6445765e624fb2f42e1889c0f75b73794653052
parentafa94dabc52b17e340975e158d5a816ec2b2de23
target/i386: Fix exception classes for SSE/AVX instructions.

Fix the exception classes for some SSE/AVX instructions to match what is
documented in the Intel manual.

These changes are expected to have no functional effect on the behavior
that qemu implements (primarily >= 16-byte memory alignment checks). For
instance, since qemu does not implement the AC flag, there is no
difference in behavior between Exception Classes 4 and 5 for
instructions where the SSE version only takes <16 byte memory operands.
Message-Id: <20230501111428.95998-2-ricky@rzhou.org>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/decode-new.c.inc