Add .nop assembler directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-nop-1.d
1 #source: nop-1.s
2 #objdump: -drw
3 #name: x86-64 .nop 1
4
5 .*: +file format .*
6
7
8 Disassembly of section .text:
9
10 0+ <single>:
11 +[a-f0-9]+: 90 nop
12
13 0+1 <pseudo_1>:
14 +[a-f0-9]+: 90 nop
15
16 0+2 <pseudo_8>:
17 +[a-f0-9]+: 0f 1f 84 00 00 00 00 00 nopl 0x0\(%rax,%rax,1\)
18
19 0+a <pseudo_8_4>:
20 +[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%rax\)
21 +[a-f0-9]+: 0f 1f 40 00 nopl 0x0\(%rax\)
22
23 0+12 <pseudo_20>:
24 +[a-f0-9]+: 66 0f 1f 84 00 00 00 00 00 nopw 0x0\(%rax,%rax,1\)
25 +[a-f0-9]+: 67 66 2e 0f 1f 84 00 00 00 00 00 nopw %cs:0x0\(%eax,%eax,1\)
26
27 0+26 <pseudo_30>:
28 +[a-f0-9]+: 0f 1f 84 00 00 00 00 00 nopl 0x0\(%rax,%rax,1\)
29 +[a-f0-9]+: 67 66 2e 0f 1f 84 00 00 00 00 00 nopw %cs:0x0\(%eax,%eax,1\)
30 +[a-f0-9]+: 67 66 2e 0f 1f 84 00 00 00 00 00 nopw %cs:0x0\(%eax,%eax,1\)
31 +[a-f0-9]+: 31 c0 xor %eax,%eax
32 #pass
This page took 0.031979 seconds and 4 git commands to generate.