Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / nops-5-i686.d
CommitLineData
fbf3f584
L
1#as: -march=i686
2#source: nops-5.s
3#objdump: -drw
4#name: i386 -march=i686 nops 5
5
6.*: +file format .*
7
8Disassembly of section .text:
9
100+ <i386>:
11[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
12[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
13[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
14
150+10 <i486>:
16[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
17[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
18[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
19
200+20 <i586>:
21[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
22[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
23[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
24
250+30 <i686>:
26[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
22109423
L
27[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
28[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
fbf3f584
L
29
300+40 <pentium4>:
31[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
df18fdba 32[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data16 data16 data16 nopw %cs:0x0\(%eax,%eax,1\)
fbf3f584
L
33
340+50 <nocona>:
35[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
df18fdba 36[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data16 data16 data16 nopw %cs:0x0\(%eax,%eax,1\)
fbf3f584
L
37
380+60 <core>:
39[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
df18fdba 40[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data16 data16 data16 nopw %cs:0x0\(%eax,%eax,1\)
fbf3f584
L
41
420+70 <core2>:
43[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
df18fdba 44[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data16 data16 data16 nopw %cs:0x0\(%eax,%eax,1\)
fbf3f584
L
45
460+80 <k6>:
47[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
48[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
49[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
50
510+90 <athlon>:
52[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
53[ ]*[a-f0-9]+: 66 0f 1f 44 00 00 nopw 0x0\(%eax,%eax,1\)
54[ ]*[a-f0-9]+: 0f 1f 80 00 00 00 00 nopl 0x0\(%eax\)
55
560+a0 <k8>:
57[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
58[ ]*[a-f0-9]+: 66 0f 1f 44 00 00 nopw 0x0\(%eax,%eax,1\)
59[ ]*[a-f0-9]+: 0f 1f 80 00 00 00 00 nopl 0x0\(%eax\)
60
610+b0 <generic32>:
62[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
63[ ]*[a-f0-9]+: 8d b6 00 00 00 00 lea 0x0\(%esi\),%esi
64[ ]*[a-f0-9]+: 8d bc 27 00 00 00 00 lea 0x0\(%edi,%eiz,1\),%edi
65
660+c0 <generic64>:
67[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
df18fdba 68[ ]*[a-f0-9]+: 66 66 66 66 2e 0f 1f 84 00 00 00 00 00 data16 data16 data16 nopw %cs:0x0\(%eax,%eax,1\)
fbf3f584
L
69
700+d0 <amdfam10>:
71[ ]*[a-f0-9]+: 0f be f0 movsbl %al,%esi
72[ ]*[a-f0-9]+: 66 0f 1f 44 00 00 nopw 0x0\(%eax,%eax,1\)
73[ ]*[a-f0-9]+: 0f 1f 80 00 00 00 00 nopl 0x0\(%eax\)
74#pass
This page took 0.445789 seconds and 4 git commands to generate.