x86: Remove i386-*-kaos* and i386-*-chaos targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / x86-64-rep-suffix.d
CommitLineData
35c52694
L
1#objdump: -dwMsuffix
2#name: x86-64 rep prefix (with suffixes)
3
4.*: +file format .*
5
6Disassembly of section .text:
7
80+000 <_start>:
9 0: f3 ac[ ]+rep lodsb %ds:\(%rsi\),%al
10 2: f3 aa[ ]+rep stosb %al,%es:\(%rdi\)
9021ec07
L
11 4: 66 f3 ad[ ]+rep lodsw %ds:\(%rsi\),%ax
12 7: 66 f3 ab[ ]+rep stosw %ax,%es:\(%rdi\)
35c52694
L
13 a: f3 ad[ ]+rep lodsl %ds:\(%rsi\),%eax
14 c: f3 ab[ ]+rep stosl %eax,%es:\(%rdi\)
15 e: f3 48 ad[ ]+rep lodsq %ds:\(%rsi\),%rax
16 11: f3 48 ab[ ]+rep stosq %rax,%es:\(%rdi\)
76704929
L
17 14: f3 0f bc c1[ ]+tzcntl %ecx,%eax
18 18: f3 0f bd c1[ ]+lzcntl %ecx,%eax
9fa0f14a
RM
19 1c: f3 c3[ ]+repz retq\s*
20 1e: f3 90[ ]+pause\s*
35c52694 21#pass
This page took 0.66135 seconds and 4 git commands to generate.