Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. .text
  2. .globl a
  3. .align 16, 0x90
  4. .type a,@function
  5. a: # @a
  6. .cfi_startproc
  7. # BB#0: # %entry
  8. pushq %rbp
  9. .Ltmp3:
  10. .cfi_def_cfa_offset 16
  11. .Ltmp4:
  12. .cfi_offset %rbp, -16
  13. movq %rsp, %rbp
  14. .Ltmp5:
  15. .cfi_def_cfa_register %rbp
  16. pushq %rbx
  17. pushq %rax
  18. .Ltmp6:
  19. .cfi_offset %rbx, -24
  20. movq %rdi, %rbx
  21. movq (%rbx), %rdi
  22. callq aaa
  23. imulq (%rbx), %rax
  24. addq $8, %rsp
  25. popq %rbx
  26. popq %rbp
  27. ret
  28. .Ltmp7:
  29. .size a, .Ltmp7-a
  30. .cfi_endproc
  31.  
  32. .globl b
  33. .align 16, 0x90
  34. .type b,@function
  35. b: # @b
  36. .cfi_startproc
  37. # BB#0: # %entry
  38. pushq %rbp
  39. .Ltmp11:
  40. .cfi_def_cfa_offset 16
  41. .Ltmp12:
  42. .cfi_offset %rbp, -16
  43. movq %rsp, %rbp
  44. .Ltmp13:
  45. .cfi_def_cfa_register %rbp
  46. pushq %rbx
  47. pushq %rax
  48. .Ltmp14:
  49. .cfi_offset %rbx, -24
  50. movq (%rdi), %rbx
  51. movq %rbx, %rdi
  52. callq aaa
  53. imulq %rbx, %rax
  54. addq $8, %rsp
  55. popq %rbx
  56. popq %rbp
  57. ret
  58. .Ltmp15:
  59. .size b, .Ltmp15-b
  60. .cfi_endproc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement