Advertisement
Guest User

Untitled

a guest
Dec 19th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. .file "a.c++"
  2. .intel_syntax noprefix
  3. .text
  4. .p2align 4,,15
  5. .globl _Z2f1PcS_S_
  6. .type _Z2f1PcS_S_, @function
  7. _Z2f1PcS_S_:
  8. .LFB0:
  9. .cfi_startproc
  10. xor eax, eax
  11. .p2align 4,,10
  12. .p2align 3
  13. .L2:
  14. #APP
  15. # 4 "a.c++" 1
  16. # im in ur loop
  17. # 0 "" 2
  18. #NO_APP
  19. movzx ecx, BYTE PTR [rdx+rax]
  20. add cl, BYTE PTR [rsi+rax]
  21. mov BYTE PTR [rdi+rax], cl
  22. add rax, 1
  23. cmp rax, 1000
  24. jne .L2
  25. rep
  26. ret
  27. .cfi_endproc
  28. .LFE0:
  29. .size _Z2f1PcS_S_, .-_Z2f1PcS_S_
  30. .p2align 4,,15
  31. .globl _Z2f2PcS_S_
  32. .type _Z2f2PcS_S_, @function
  33. _Z2f2PcS_S_:
  34. .LFB1:
  35. .cfi_startproc
  36. xor eax, eax
  37. .p2align 4,,10
  38. .p2align 3
  39. .L6:
  40. #APP
  41. # 12 "a.c++" 1
  42. # im in ur loop
  43. # 0 "" 2
  44. #NO_APP
  45. movzx ecx, BYTE PTR [rdx+rax]
  46. add cl, BYTE PTR [rsi+rax]
  47. mov BYTE PTR [rdi+rax], cl
  48. add rax, 1
  49. cmp rax, 1000
  50. jne .L6
  51. rep
  52. ret
  53. .cfi_endproc
  54. .LFE1:
  55. .size _Z2f2PcS_S_, .-_Z2f2PcS_S_
  56. .ident "GCC: (GNU) 4.7.2"
  57. .section .note.GNU-stack,"",@progbits
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement