Home | History | Annotate | Download | only in ilp32
      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   14:	f3 0f bc c1[	 ]+tzcntl %ecx,%eax
     19   18:	f3 0f bd c1[	 ]+lzcntl %ecx,%eax
     20   1c:	f3 c3[	 ]+repz retq\s*
     21   1e:	f3 90[	 ]+pause\s*
     22 #pass
     23