Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 525c1c6

Browse files
committed
It's a test to demonstrate wrong disassembler with 0x67 prefix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316655 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 46690e4 commit 525c1c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,14 @@
479479
# CHECK: nopq %rax
480480
0x48 0x0f 0x1f 0xC0
481481

482+
# TODO: wrong dissassembler with 0x67 prefix: expected popq
483+
# CHECK: popw %r14
484+
0x67 0x49 0x5e
485+
486+
# TODO: wrong dissassembler with 0x67 prefix: expected pushq
487+
# CHECK: pushw %r14
488+
0x67 0x49 0x56
489+
482490
# CHECK: xchgw %di, %ax
483491
0x66 0x3e 0x97
484492

0 commit comments

Comments
 (0)