i386: Add tests for lfence with load/indirect branch/ret
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / lfence-ret-b.d
CommitLineData
97b4a8f7
L
1#source: lfence-ret.s
2#as: -mlfence-before-ret=not
3#objdump: -dw
4#name: -mlfence-before-ret=not
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
110+ <_start>:
12 +[a-f0-9]+: f7 14 24 notl \(%esp\)
13 +[a-f0-9]+: f7 14 24 notl \(%esp\)
14 +[a-f0-9]+: 0f ae e8 lfence
15 +[a-f0-9]+: c3 ret
16 +[a-f0-9]+: f7 14 24 notl \(%esp\)
17 +[a-f0-9]+: f7 14 24 notl \(%esp\)
18 +[a-f0-9]+: 0f ae e8 lfence
19 +[a-f0-9]+: c2 1e 00 ret \$0x1e
20#pass
This page took 0.023001 seconds and 4 git commands to generate.