Home | History | Annotate | Download | only in X86

Lines Matching full:x86

3 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-x86-64 \
4 RUN: | FileCheck %s -check-prefix COFF-x86-64
7 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.macho-x86-64 \
8 RUN: | FileCheck %s -check-prefix MACHO-x86-64
24 COFF-x86-64: file format COFF-x86-64
25 COFF-x86-64: Disassembly of section .text:
26 COFF-x86-64: 0: 48 83 ec 28 subq $40, %rsp
27 COFF-x86-64: 4: c7 44 24 24 00 00 00 00 movl $0, 36(%rsp)
28 COFF-x86-64: c: 48 8d 0d 00 00 00 00 leaq (%rip), %rcx
29 COFF-x86-64: f: IMAGE_REL_AMD64_REL32 L.str
30 COFF-x86-64: 13: e8 00 00 00 00 callq 0
31 COFF-x86-64: 14: IMAGE_REL_AMD64_REL32 puts
32 COFF-x86-64: 18: e8 00 00 00 00 callq 0
33 COFF-x86-64: 19: IMAGE_REL_AMD64_REL32 SomeOtherFunction
34 COFF-x86-64: 1d: 8b 44 24 24 movl 36(%rsp), %eax
35 COFF-x86-64: 21: 48 83 c4 28 addq $40, %rsp
36 COFF-x86-64: 25: c3 ret
53 MACHO-x86-64: file format Mach-O 64-bit x86-64
54 MACHO-x86-64: Disassembly of section __TEXT,__text:
55 MACHO-x86-64: _main:
56 MACHO-x86-64: 0: 48 83 ec 08 subq $8, %rsp
57 MACHO-x86-64: 4: c7 44 24 04 00 00 00 00 movl $0, 4(%rsp)
58 MACHO-x86-64: c: 48 8d 3d 00 00 00 00 leaq (%rip), %rdi
59 MACHO-x86-64: f: X86_64_RELOC_SIGNED L_.str
60 MACHO-x86-64: 13: e8 00 00 00 00 callq 0
61 MACHO-x86-64: 14: X86_64_RELOC_BRANCH _puts
62 MACHO-x86-64: 18: 30 c0 xorb %al, %al
63 MACHO-x86-64: 1a: e8 00 00 00 00 callq 0
64 MACHO-x86-64: 1b: X86_64_RELOC_BRANCH _SomeOtherFunction
65 MACHO-x86-64: 1f: 8b 44 24 04 movl 4(%rsp), %eax
66 MACHO-x86-64: 23: 48 83 c4 08 addq $8, %rsp
67 MACHO-x86-64: 27: c3 ret