gas/testsuite/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rep.d
1 #objdump: -dw
2 #name: i386 rep prefix
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+ <_start>:
9 0: f3 6c[ ]+rep insb \(%dx\),%es:\(%edi\)
10 2: f3 6e[ ]+rep outsb %ds:\(%esi\),\(%dx\)
11 4: f3 a4[ ]+rep movsb %ds:\(%esi\),%es:\(%edi\)
12 6: f3 ac[ ]+rep lods %ds:\(%esi\),%al
13 8: f3 aa[ ]+rep stos %al,%es:\(%edi\)
14 a: f3 a6[ ]+repz cmpsb %es:\(%edi\),%ds:\(%esi\)
15 c: f3 ae[ ]+repz scas %es:\(%edi\),%al
16 e: f3 66 6d[ ]+rep insw \(%dx\),%es:\(%edi\)
17 11: f3 66 6f[ ]+rep outsw %ds:\(%esi\),\(%dx\)
18 14: f3 66 a5[ ]+rep movsw %ds:\(%esi\),%es:\(%edi\)
19 17: f3 66 ad[ ]+rep lods %ds:\(%esi\),%ax
20 1a: f3 66 ab[ ]+rep stos %ax,%es:\(%edi\)
21 1d: f3 66 a7[ ]+repz cmpsw %es:\(%edi\),%ds:\(%esi\)
22 20: f3 66 af[ ]+repz scas %es:\(%edi\),%ax
23 23: f3 6d[ ]+rep insl \(%dx\),%es:\(%edi\)
24 25: f3 6f[ ]+rep outsl %ds:\(%esi\),\(%dx\)
25 27: f3 a5[ ]+rep movsl %ds:\(%esi\),%es:\(%edi\)
26 29: f3 ad[ ]+rep lods %ds:\(%esi\),%eax
27 2b: f3 ab[ ]+rep stos %eax,%es:\(%edi\)
28 2d: f3 a7[ ]+repz cmpsl %es:\(%edi\),%ds:\(%esi\)
29 2f: f3 af[ ]+repz scas %es:\(%edi\),%eax
30 31: f3 67 6c[ ]+rep addr16 insb \(%dx\),%es:\(%di\)
31 34: f3 67 6e[ ]+rep addr16 outsb %ds:\(%si\),\(%dx\)
32 37: f3 67 a4[ ]+rep addr16 movsb %ds:\(%si\),%es:\(%di\)
33 3a: f3 67 ac[ ]+rep addr16 lods %ds:\(%si\),%al
34 3d: f3 67 aa[ ]+rep addr16 stos %al,%es:\(%di\)
35 40: f3 67 a6[ ]+repz addr16 cmpsb %es:\(%di\),%ds:\(%si\)
36 43: f3 67 ae[ ]+repz addr16 scas %es:\(%di\),%al
37 46: f3 67 66 6d[ ]+rep addr16 insw \(%dx\),%es:\(%di\)
38 4a: f3 67 66 6f[ ]+rep addr16 outsw %ds:\(%si\),\(%dx\)
39 4e: f3 67 66 a5[ ]+rep addr16 movsw %ds:\(%si\),%es:\(%di\)
40 52: f3 67 66 ad[ ]+rep addr16 lods %ds:\(%si\),%ax
41 56: f3 67 66 ab[ ]+rep addr16 stos %ax,%es:\(%di\)
42 5a: f3 67 66 a7[ ]+repz addr16 cmpsw %es:\(%di\),%ds:\(%si\)
43 5e: f3 67 66 af[ ]+repz addr16 scas %es:\(%di\),%ax
44 62: f3 67 6d[ ]+rep addr16 insl \(%dx\),%es:\(%di\)
45 65: f3 67 6f[ ]+rep addr16 outsl %ds:\(%si\),\(%dx\)
46 68: f3 67 a5[ ]+rep addr16 movsl %ds:\(%si\),%es:\(%di\)
47 6b: f3 67 ad[ ]+rep addr16 lods %ds:\(%si\),%eax
48 6e: f3 67 ab[ ]+rep addr16 stos %eax,%es:\(%di\)
49 71: f3 67 a7[ ]+repz addr16 cmpsl %es:\(%di\),%ds:\(%si\)
50 74: f3 67 af[ ]+repz addr16 scas %es:\(%di\),%eax
This page took 0.038353 seconds and 4 git commands to generate.