summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/disassemble-long-instructions.test
blob: 9596c01e460d69bfc80ab5a562c01b801fbafbb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## This test shows that llvm-objdump can disassemble a long instruction.
# RUN: yaml2obj %s -o %t.o
# RUN: llvm-objdump -d %t.o | FileCheck %s --strict-whitespace

# CHECK: 0: 66 66 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 	nopw	%cs:(%rax,%rax)

--- !ELF
FileHeader:
  Class:   ELFCLASS64
  Data:    ELFDATA2LSB
  Type:    ET_EXEC
  Machine: EM_X86_64
Sections:
  - Name:  .text
    Type:  SHT_PROGBITS
    Flags: [SHF_ALLOC, SHF_EXECINSTR]
    Content: '6666666666662E0F1F840000000000' # 15-byte nop
OpenPOWER on IntegriCloud