source:
trunk/Softwares/Min.or32/src/asm/find_one.s
@
50
Last change on this file since 50 was 2, checked in by , 18 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | /* |
2 | * Manipulation of bits |
3 | */ |
4 | |
5 | .file "find_one.s" |
6 | .section .text |
7 | .align 4 |
8 | |
9 | .global _find_first_one |
10 | _find_first_one : |
11 | l.jr r9 |
12 | l.ff1 r11,r3 |
13 | |
14 | /* |
15 | .global _find_last_one |
16 | _find_last_one : |
17 | l.jr r9 |
18 | l.fl1 r11,r3,r0 |
19 | */ |
Note: See TracBrowser
for help on using the repository browser.