about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--test/arch/x86/arch.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 50921b07..6970bc6c 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -61,6 +61,12 @@ m16 = 16  # (16, 16)
 m32 = 32  # (32, 32)
 m64 = 64  # (64, 64)
 reg_tests = [
+    (m16, "XXXXXXXX    CPUID",
+    "0fa2"),
+    (m32, "XXXXXXXX    CPUID",
+    "0fa2"),
+    (m64, "XXXXXXXX    CPUID",
+    "0fa2"),
 
 
     (m32, "XXXXXXXX    PMINSW     MM0, QWORD PTR [EAX]",