• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
90xc4,0x62,0xf9,0x18,0x20
10# 64: invalid instruction encoding
110xc4,0x62,0xfd,0x18,0x20
12# 64: invalid instruction encoding
130xc4,0xc2,0xfd,0x19,0xcc
14# 64: invalid instruction encoding
150xc4,0xe2,0xfd,0x1a,0x08
16# 64: invalid instruction encoding
170xc4,0xe3,0xfd,0x39,0xc5,0x01
18