Fix disasm of iret, sysexit, and sysret when displayed with Intel syntax.
[oota-llvm.git] / test / MC / Disassembler / X86 / intel-syntax.txt
index 54b242d7b2eff321b233f19e81588d3c2f3f0eaa..e2883c767f15fb815bd7e612d67e236aac61198e 100644 (file)
 
 # CHECK: test RAX, 0
 0x48 0xa9 0x00 0x00 0x00 0x00
+
+# CHECK: sysret
+0x48 0x0f 0x07
+
+# CHECK: sysret
+0x0f 0x07
+
+# CHECK: sysexit
+0x48 0x0f 0x35
+
+# CHECK: sysexit
+0x0f 0x35
+
+# CHECK: iret
+0x66 0xcf
+
+# CHECK: iretd
+0xcf
+
+# CHECK: iretq
+0x48 0xcf
+