Advertisement
MasWag

product.s

Jun 5th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .global product
  2. .type product, @function
  3. product:
  4. mov.l r14,@-r15
  5. cmp/pl r4
  6. bf/s .L2
  7. mov r15,r14
  8. mova .L5,r0
  9. fmov.s @r0,fr2
  10. mov.l .L4,r0
  11. lds.l @r0+,fpscr
  12. mov #0,r0
  13. .L1:
  14. fmov.s @(r0,r5),fr0
  15. fmov.s @(r0,r6),fr1
  16. dt r4
  17. add #4,r0
  18. bf/s .L1
  19. fmac fr0,fr1,fr2
  20. .L2:
  21. fmov fr2,fr0
  22. mov r14,r15
  23. rts
  24. mov.l @r15+,r14
  25. .align 2
  26. .L4:
  27. .long __fpscr_values
  28. .L5:
  29. .long 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement