Advertisement
Guest User

Untitled

a guest
May 7th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .file "test9.c"
  2. .text
  3. .globl foo
  4. .type foo,@function
  5. foo:
  6. addi sp, sp, -8
  7. addi r1, r0, 0
  8. sw (sp+8), r1
  9. .LBB0_1:
  10. lw r1, (sp+8)
  11. addi r2, r0, 9
  12. bg r1, r2, .LBB0_4
  13. bi .LBB0_2
  14. .LBB0_2:
  15. lw r1, (sp+8)
  16. sw (sp+4), r1
  17. lw r1, (sp+8)
  18. addi r1, r1, 1
  19. sw (sp+8), r1
  20. bi .LBB0_1
  21. .LBB0_4:
  22. addi sp, sp, 8
  23. ret
  24. .Ltmp0:
  25. .size foo, .Ltmp0-foo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement