HomeSort by: relevance | last modified time | path
    Searched defs:ffstab (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/arch/sparc/string/
ffs.S 59 * that ffstab[0] must be -24 so that ffs(0) will return 0.
64 PICCY_SET(ffstab, %o2, %o3)
66 set ffstab, %o2
72 retl ! return ffstab[%o1]
81 retl ! return ffstab[%o1] + 8
90 retl ! return ffstab[%o1] + 16
93 3: ! just return ffstab[%o0] + 24
98 ffstab: label
  /src/common/lib/libc/arch/sparc64/string/
ffs.S 81 * that ffstab[0] must be -24 so that ffs(0) will return 0.
85 PICCY_SET(ffstab, %o2, %o3)
87 set ffstab, %o2
93 retl ! return ffstab[%o1]
102 retl ! return ffstab[%o1] + 8
111 retl ! return ffstab[%o1] + 16
114 3: ! just return ffstab[%o0] + 24
119 ffstab: label

Completed in 12 milliseconds