gas: Adjust x86 tests for PECOFF
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-lfence-ret-d.d
CommitLineData
a09f656b 1#source: x86-64-lfence-ret.s
2#as: -mlfence-before-ret=shl
a09f656b 3#objdump: -dw -Mintel64
4#name: x86-64 -mlfence-before-ret=shl
5
6.*: +file format .*
7
8
9Disassembly of section .text:
10
110+ <_start>:
12 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
13 +[a-f0-9]+: 0f ae e8 lfence
14 +[a-f0-9]+: 66 c3 data16 retq
15 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
16 +[a-f0-9]+: 0f ae e8 lfence
17 +[a-f0-9]+: 66 c2 14 00 data16 retq \$0x14
18 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
19 +[a-f0-9]+: 0f ae e8 lfence
20 +[a-f0-9]+: c3 retq
21 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
22 +[a-f0-9]+: 0f ae e8 lfence
23 +[a-f0-9]+: c2 1e 00 retq \$0x1e
24 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
25 +[a-f0-9]+: 0f ae e8 lfence
26 +[a-f0-9]+: 66 48 c3 data16 rex.W retq
27 +[a-f0-9]+: 48 c1 24 24 00 shlq \$0x0,\(%rsp\)
28 +[a-f0-9]+: 0f ae e8 lfence
29 +[a-f0-9]+: 66 48 c2 28 00 data16 rex.W retq \$0x28
a09f656b 30#pass
This page took 0.032989 seconds and 4 git commands to generate.