It's a test to demonstrate wrong disassembler with 0x67 prefix
authorAndrew V. Tischenko <andrew.v.tischenko@gmail.com>
Thu, 26 Oct 2017 11:14:43 +0000 (11:14 +0000)
committerAndrew V. Tischenko <andrew.v.tischenko@gmail.com>
Thu, 26 Oct 2017 11:14:43 +0000 (11:14 +0000)
llvm-svn: 316655

llvm/test/MC/Disassembler/X86/x86-64.txt

index 05ea82d..dbc49eb 100644 (file)
 # CHECK: nopq %rax
 0x48 0x0f 0x1f 0xC0
 
+# TODO: wrong dissassembler with 0x67 prefix: expected popq
+# CHECK: popw    %r14
+0x67 0x49 0x5e
+
+# TODO: wrong dissassembler with 0x67 prefix: expected pushq
+# CHECK: pushw    %r14
+0x67 0x49 0x56
+
 # CHECK:  xchgw   %di, %ax
 0x66 0x3e 0x97