about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/arch/x86/arch.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 5ee65ee5..7ec7b8c8 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -1512,6 +1512,11 @@ reg_tests = [
     (m64, "00000000    SYSRET",
      "0f07"),
 
+    (m32, "00000000    STMXCSR    DWORD PTR [EAX]",
+     "0fAE18"),
+    (m32, "00000000    LDMXCSR    DWORD PTR [EAX]",
+     "0fAE10"),
+
 
 
     (m32, "00000000    TEST       AL, 0x11",