xref: /llvm-project/llvm/test/MC/Disassembler/X86/x86-64-err.txt (revision ae91a427ac8f9fc7368ec052995cec6a6aeb8ea8)
1# RUN: llvm-mc --disassemble %s -triple=x86_64 2>&1 | FileCheck --check-prefix=64 %s
2# RUN: llvm-mc --disassemble %s -triple=i386 | FileCheck --check-prefix=32 %s
3
4# 64: warning: invalid instruction encoding
5# 32: into
60xce
7
8# 64: invalid instruction encoding
90xd5,0xc5,0x20,0xef
10# 64: invalid instruction encoding
110xd5,0xc5,0x21,0xef
12# 64: invalid instruction encoding
130xc4,0x62,0xf9,0x18,0x20
14# 64: invalid instruction encoding
150xc4,0x62,0xfd,0x18,0x20
16# 64: invalid instruction encoding
170xc4,0xe2,0xfd,0x1a,0x08
18# 64: invalid instruction encoding
190xc4,0xe3,0xfd,0x39,0xc5,0x01
20