gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / lfence-ret-d.d
CommitLineData
a09f656b 1#source: lfence-ret.s
2#as: -mlfence-before-ret=shl
3#objdump: -dw
4#name: -mlfence-before-ret=shl
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
110+ <_start>:
12 +[a-f0-9]+: 66 c1 24 24 00 shlw \$0x0,\(%esp\)
13 +[a-f0-9]+: 0f ae e8 lfence
14 +[a-f0-9]+: 66 c3 retw
15 +[a-f0-9]+: 66 c1 24 24 00 shlw \$0x0,\(%esp\)
16 +[a-f0-9]+: 0f ae e8 lfence
17 +[a-f0-9]+: 66 c2 14 00 retw \$0x14
18 +[a-f0-9]+: c1 24 24 00 shll \$0x0,\(%esp\)
19 +[a-f0-9]+: 0f ae e8 lfence
20 +[a-f0-9]+: c3 ret
21 +[a-f0-9]+: c1 24 24 00 shll \$0x0,\(%esp\)
22 +[a-f0-9]+: 0f ae e8 lfence
23 +[a-f0-9]+: c2 1e 00 ret \$0x1e
a09f656b 24#pass
This page took 0.031691 seconds and 4 git commands to generate.