source: trunk/Softwares/Global.or32/src/asm/find_one.s @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 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.