Rev 1755 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1755 | Rev 1789 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 # 1 "isqrt.S" |
1 | 1 # 1 "isqrt.S" |
2 | 2 # 1 "<built-in>" |
- | |
3 | 1 ;-----------------------------------------------------------------------------; |
2 | 1 ;-----------------------------------------------------------------------------; |
4 | 0 |
3 | 0 |
5 | 0 |
4 | 0 |
6 | 2 ;-----------------------------------------------------------------------------; |
5 | 2 ;-----------------------------------------------------------------------------; |
7 | 3 ; Fast integer squareroot routines for avr-gcc project (C)ChaN, 2008 |
6 | 3 ; Fast integer squareroot routines for avr-gcc project (C)ChaN, 2008 |
Line 201... | Line 200... | ||
201 | 197:isqrt.S **** movw r24, r20 |
200 | 197:isqrt.S **** movw r24, r20 |
202 | 198:isqrt.S **** movw r22, r18 |
201 | 198:isqrt.S **** movw r22, r18 |
203 | 199:isqrt.S **** clr r1 |
202 | 199:isqrt.S **** clr r1 |
204 | 200 rjmp isqrt32 |
203 | 200 rjmp isqrt32 |
205 | DEFINED SYMBOLS |
204 | DEFINED SYMBOLS |
206 | *ABS*:00000000 isqrt.S |
- | |
207 | isqrt.S:26 .text:00000000 isqrt32 |
205 | isqrt.S:26 .text:00000000 isqrt32 |
208 | isqrt.S:101 .text:0000006a isqrt16 |
206 | isqrt.S:101 .text:0000006a isqrt16 |
209 | isqrt.S:157 .text:000000ac ihypot |
207 | isqrt.S:157 .text:000000ac ihypot |
Line 210... | Line 208... | ||
210 | 208 |