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.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 49cfacf4..f3a01d97 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -790,6 +790,13 @@ reg_tests = [
     (m64, "00000000    CALL       QWORD PTR [RAX+RBX+0x11223344]",
      "ff941844332211"),
 
+    (m64, "XXXXXXXX    CALL       QWORD PTR [EAX+EBX]",
+    "67ff1418"),
+    (m64, "XXXXXXXX    CALL       QWORD PTR [0x11223344]",
+    "ff142544332211"),
+    (m64, "XXXXXXXX    CALL       QWORD PTR [RIP+0x11223344]",
+    "ff1544332211"),
+
 
     (m32, "00000000    CALL       FAR DWORD PTR [EAX]",
      "ff18"),