Lines Matching full:i386
1 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.coff-i386 \
2 RUN: | FileCheck %s -check-prefix COFF-i386
5 RUN: llvm-objdump -d %p/../Inputs/trivial-object-test.elf-i386 \
6 RUN: | FileCheck %s -check-prefix ELF-i386
10 COFF-i386: file format COFF-i386
11 COFF-i386: Disassembly of section .text:
12 COFF-i386: 0: 83 ec 0c subl $12, %esp
13 COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
14 COFF-i386: b: c7 04 24 00 00 00 00 movl $0, (%esp)
15 COFF-i386: 12: e8 00 00 00 00 calll 0
16 COFF-i386: 17: e8 00 00 00 00 calll 0
17 COFF-i386: 1c: 8b 44 24 08 movl 8(%esp), %eax
18 COFF-i386: 20: 83 c4 0c addl $12, %esp
19 COFF-i386: 23: c3 ret
33 ELF-i386: file format ELF32-i386
34 ELF-i386: Disassembly of section .text:
35 ELF-i386: 0: 83 ec 0c subl $12, %esp
36 ELF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp)
37 ELF-i386: b: c7 04 24 00 00 00 00 movl $0, (%esp)
38 ELF-i386: 12: e8 fc ff ff ff calll -4
39 ELF-i386: 17: e8 fc ff ff ff calll -4
40 ELF-i386: 1c: 8b 44 24 08 movl 8(%esp), %eax
41 ELF-i386: 20: 83 c4 0c addl $12, %esp
42 ELF-i386: 23: c3 ret