io-writesl.S 405 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2004-2006 Atmel Corporation
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. .global __raw_writesl
  9. .type __raw_writesl,@function
  10. __raw_writesl:
  11. cp.w r10, 0
  12. reteq r12
  13. 1: ld.w r8, r11++
  14. sub r10, 1
  15. st.w r12[0], r8
  16. brne 1b
  17. retal r12