OSDN Git Service

target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
authorRicky Zhou <ricky@rzhou.org>
Mon, 1 May 2023 11:14:28 +0000 (04:14 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 May 2023 06:53:50 +0000 (08:53 +0200)
commit8bf171c2d126aea6b60b818f1cee7e0e9eef0390
treea4d0249de571cdfaf28f8628ed219e555c0469b5
parentcab529b0dc15746b270e87d77e1dd12c6216807c
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>
target/i386/tcg/decode-new.c.inc