Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     .file   "test.cpp"
  2.     .intel_syntax noprefix
  3.     .text
  4.     .globl  _Z5Fill1Phi
  5.     .type   _Z5Fill1Phi, @function
  6. _Z5Fill1Phi:
  7. .LFB0:
  8.     .cfi_startproc
  9.     push    ebx
  10.     .cfi_def_cfa_offset 8
  11.     .cfi_offset 3, -8
  12.     mov ebx, DWORD PTR [esp+8]
  13.     mov ecx, DWORD PTR [esp+12]
  14.     test    ecx, ecx
  15.     jle .L1
  16.     mov edx, 0
  17.     mov eax, 1
  18. .L3:
  19.     lea eax, [eax+1+eax*4]
  20.     mov BYTE PTR [ebx+edx], al
  21.     add edx, 1
  22.     cmp edx, ecx
  23.     jne .L3
  24. .L1:
  25.     pop ebx
  26.     .cfi_def_cfa_offset 4
  27.     .cfi_restore 3
  28.     ret
  29.     .cfi_endproc
  30. .LFE0:
  31.     .size   _Z5Fill1Phi, .-_Z5Fill1Phi
  32.     .ident  "GCC: (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3"
  33.     .section    .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement