source: trunk/Softwares/Min.or32/src/asm/find_one.s @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

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.