Add x86-64 ILP32 support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / ilp32 / x86-64-rep-suffix.d
1 #source: ../x86-64-rep-suffix.s
2 #objdump: -dwMsuffix
3 #name: x86-64 (ILP32) rep prefix (with suffixes)
4
5 .*: +file format .*
6
7 Disassembly of section .text:
8
9 0+000 <_start>:
10 0: f3 ac[ ]+rep lodsb %ds:\(%rsi\),%al
11 2: f3 aa[ ]+rep stosb %al,%es:\(%rdi\)
12 4: 66 f3 ad[ ]+rep lodsw %ds:\(%rsi\),%ax
13 7: 66 f3 ab[ ]+rep stosw %ax,%es:\(%rdi\)
14 a: f3 ad[ ]+rep lodsl %ds:\(%rsi\),%eax
15 c: f3 ab[ ]+rep stosl %eax,%es:\(%rdi\)
16 e: f3 48 ad[ ]+rep lodsq %ds:\(%rsi\),%rax
17 11: f3 48 ab[ ]+rep stosq %rax,%es:\(%rdi\)
18 #pass
This page took 0.029054 seconds and 4 git commands to generate.