x86: Rewrite NOP generation for fill and alignment
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nops-5.d
1 #objdump: -drw
2 #name: i386 nops 5
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <i386>:
9 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
10 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
11 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
12
13 0+10 <i486>:
14 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
15 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
16 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
17
18 0+20 <i586>:
19 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
20 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
21 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
22
23 0+30 <i686>:
24 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
25 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
26 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
27
28 0+40 <pentium4>:
29 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
30 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
31 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
32
33 0+50 <nocona>:
34 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
35 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
36 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
37
38 0+60 <core>:
39 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
40 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
41 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
42
43 0+70 <core2>:
44 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
45 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
46 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
47
48 0+80 <k6>:
49 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
50 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
51 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
52
53 0+90 <athlon>:
54 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
55 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
56 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
57
58 0+a0 <k8>:
59 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
60 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
61 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
62
63 0+b0 <generic32>:
64 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
65 [ ]*[a-f0-9]+: 8d b4 26 00 00 00 00 lea 0x0\(%esi,%eiz,1\),%esi
66 [ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
67
68 0+c0 <generic64>:
69 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
70 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
71 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
72
73 0+d0 <amdfam10>:
74 [ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
75 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%eax,%eax,1\)
76 [ ]*[a-f0-9]+: 66 90 xchg %ax,%ax
77 #pass
This page took 0.035189 seconds and 4 git commands to generate.