Last change
on this file since 99 was
81,
checked in by rosiere, 17 years ago
|
- Finish Environment (and test)
- Continue predictor_unit
- Add external tools
- svn keyword "Id" set
|
-
Property svn:keywords set to
Id
|
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.