Improve -mlfence-after-load
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / lfence-ret-a.d
CommitLineData
97b4a8f7
L
1#source: lfence-ret.s
2#as: -mlfence-before-ret=or
3#objdump: -dw
4#name: -mlfence-before-ret=or
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
110+ <_start>:
a09f656b 12 +[a-f0-9]+: 66 83 0c 24 00 orw \$0x0,\(%esp\)
13 +[a-f0-9]+: 0f ae e8 lfence
14 +[a-f0-9]+: 66 c3 retw
15 +[a-f0-9]+: 66 83 0c 24 00 orw \$0x0,\(%esp\)
16 +[a-f0-9]+: 0f ae e8 lfence
17 +[a-f0-9]+: 66 c2 14 00 retw \$0x14
97b4a8f7
L
18 +[a-f0-9]+: 83 0c 24 00 orl \$0x0,\(%esp\)
19 +[a-f0-9]+: 0f ae e8 lfence
20 +[a-f0-9]+: c3 ret
21 +[a-f0-9]+: 83 0c 24 00 orl \$0x0,\(%esp\)
22 +[a-f0-9]+: 0f ae e8 lfence
23 +[a-f0-9]+: c2 1e 00 ret \$0x1e
a09f656b 24 +[a-f0-9]+: 66 83 0c 24 00 orw \$0x0,\(%esp\)
25 +[a-f0-9]+: 0f ae e8 lfence
26 +[a-f0-9]+: 66 cb lretw
27 +[a-f0-9]+: 66 83 0c 24 00 orw \$0x0,\(%esp\)
28 +[a-f0-9]+: 0f ae e8 lfence
29 +[a-f0-9]+: 66 ca 28 00 lretw \$0x28
30 +[a-f0-9]+: 83 0c 24 00 orl \$0x0,\(%esp\)
31 +[a-f0-9]+: 0f ae e8 lfence
32 +[a-f0-9]+: cb lret
33 +[a-f0-9]+: 83 0c 24 00 orl \$0x0,\(%esp\)
34 +[a-f0-9]+: 0f ae e8 lfence
35 +[a-f0-9]+: ca 28 00 lret \$0x28
97b4a8f7 36#pass
This page took 0.036378 seconds and 4 git commands to generate.