]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
authorRicky Zhou <ricky@rzhou.org>
Mon, 1 May 2023 11:14:28 +0000 (04:14 -0700)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 4 Oct 2023 14:58:06 +0000 (17:58 +0300)
commit327d65ea97f708638771b510f9faf07eae4dad23
tree05acdfec5e4adaaed63197f8f2b34a20068957b1
parent72ef83b12fbde8334a09598ff97f29efb24d4f38
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.

Before this change, MOVNTPS and MOVNTPD were labeled as Exception Class
4 (only requiring alignment for legacy SSE instructions). This changes
them to Exception Class 1 (always requiring memory alignment), as
documented in the Intel manual.
Message-Id: <20230501111428.95998-3-ricky@rzhou.org>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 8bf171c2d126aea6b60b818f1cee7e0e9eef0390)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target/i386/tcg/decode-new.c.inc