i386: Add tests for lfence with load/indirect branch/ret
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-unique.d
CommitLineData
a8c4d40b
L
1#source: unique.s
2#objdump: -dw
3#name: 64bit unique sections
4
5.*: +file format .*
6
7Disassembly of section .text:
8
90+ <foo>:
10 +[a-f0-9]+: 89 c3 mov %eax,%ebx
11 +[a-f0-9]+: c3 retq
12
13Disassembly of section .text:
14
150+ <bar>:
16 +[a-f0-9]+: 31 c3 xor %eax,%ebx
17 +[a-f0-9]+: c3 retq
18
19Disassembly of section .text:
20
210+ <foo1>:
22 +[a-f0-9]+: 89 c3 mov %eax,%ebx
23 +[a-f0-9]+: c3 retq
24
25Disassembly of section .text:
26
270+ <bar1>:
28 +[a-f0-9]+: 01 c3 add %eax,%ebx
29 +[a-f0-9]+: 90 nop
30 +[a-f0-9]+: c3 retq
31
32Disassembly of section .text:
33
340+ <bar2>:
35 +[a-f0-9]+: 29 c3 sub %eax,%ebx
36 +[a-f0-9]+: 90 nop
37 +[a-f0-9]+: 90 nop
38 +[a-f0-9]+: 90 nop
39 +[a-f0-9]+: c3 retq
40
41Disassembly of section .text:
42
430+ <foo2>:
44 +[a-f0-9]+: 31 c3 xor %eax,%ebx
45 +[a-f0-9]+: 90 nop
46 +[a-f0-9]+: 90 nop
47 +[a-f0-9]+: c3 retq
48#pass
This page took 0.033921 seconds and 4 git commands to generate.