source: trunk/Softwares/Common/src/asm/find_one.s

Last change on this file was 101, checked in by rosiere, 18 years ago

1) Add soc test
2) fix bug (Pc management, Decod and execute, Update prediction ...)

  • Property svn:keywords set to Id
File size: 232 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.