Replace __end_SECNAME with __stop_SECNAME
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / rep-suffix.d
CommitLineData
35c52694
L
1#objdump: -dwMsuffix
2#name: i386 rep prefix (with suffixes)
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+000 <_start>:
9 0: f3 ac[ ]+rep lodsb %ds:\(%esi\),%al
10 2: f3 aa[ ]+rep stosb %al,%es:\(%edi\)
9021ec07
L
11 4: 66 f3 ad[ ]+rep lodsw %ds:\(%esi\),%ax
12 7: 66 f3 ab[ ]+rep stosw %ax,%es:\(%edi\)
35c52694
L
13 a: f3 ad[ ]+rep lodsl %ds:\(%esi\),%eax
14 c: f3 ab[ ]+rep stosl %eax,%es:\(%edi\)
15#pass
This page took 0.317158 seconds and 4 git commands to generate.