about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 2109aa53..734c8086 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2056,6 +2056,14 @@ reg_tests = [
 
     (m32, "00000000    SIDT       DWORD PTR [EAX]",
      "0f0108"),
+    (m32, "00000000    SLDT       DWORD PTR [EAX]",
+     "0f0000"),
+
+
+    (m32, "00000000    LGDT       DWORD PTR [EAX]",
+     "0f0110"),
+    (m32, "00000000    LIDT       DWORD PTR [EAX]",
+     "0f0118"),