Searched refs:cntlzw (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dffs.s60 cntlzw r3,r3 /* 2 */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbits.s85 cntlzw ARG0, r0 /* Free inst... find the set bit... */
92 cntlzw r12, r0
H A Dproc_reg.h346 extern unsigned int cntlzw(unsigned int num);
348 extern __inline__ unsigned int cntlzw(unsigned int num) function
351 __asm__ volatile("cntlzw %0, %1" : "=r" (result) : "r" (num));
H A Dmisc_asm.s163 ENTRY(cntlzw, TAG_NO_FRAME_USED)
164 cntlzw r3,r3
H A Dbcopy.s388 cntlzw r11,r5 ; get magnitude of length
719 cntlzw r11,r5 // get magnitude of length
H A Dmovc.s883 cntlzw r7,r7 // now we can find the 0 byte (ie, the 0x80)
1044 cntlzw r0,r31 // count leading zeroes in byte count
H A Dpmap.c391 nbits = cntlzw(((msize << 1) - 1) >> 32); /* Get first bit in upper half */
393 nbits = nbits + cntlzw((uint_t)((msize << 1) - 1));
H A Dsavearea_asm.s1340 cntlzw r4,r5 ; Find a free slot
1426 cntlzw r4,r5 ; Find a free slot
H A Dskiplists.s795 cntlzw r7,r4 ; get magnitude of pmapResidentCnt
803 cntlzw r9,r8 ; count leading 0s in the mask
H A Dlowmem_vectors.s368 cntlzw r13,r13 ; set bit 0x20 iff a 0x7FFx trap
369 cntlzw r11,r11 ; set bit 0x20 iff a 0xFFFFFFF8 trap
372 cntlzw r13,r0 ; Set bit 0x20 iff 0x80000000
377 cntlzw r13,r13 ; set bit 0x20 iff 0x6004
H A Dhw_vm.s4067 cntlzw r7,r4 ; Find a free slot
4929 cntlzw r3,r4 ; Get first 1-bit in 1st word
4931 cntlzw r10,r5 ; Get first free field in second word
4964 * We find runs of 2 consecutive 1 bits by cntlzw(n & (n<<1)).
4978 cntlzw r3,r6 ; Get first free 2-bit run in 1st word
4981 cntlzw r10,r7 ; Get first free field in second word
5167 cntlzw r10,r12 ; Get the number of bits
5562 ssg32Enter: cntlzw r12,r11 ; Find the next slot in use
5602 ssg32Inval: cntlzw r18,r16 ; Get the first one to invalidate
5631 ssg64Enter: cntlzw r1
[all...]
H A Dcswtch.s2210 cntlzw r4,r10 ; get offset to next live VR
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dmemcmp.s69 cntlzw r9,r3 ; count leading 0s in xor
H A Dstrlen.s85 cntlzw r7,r4 ; now we can count leading 0s
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c105 static __inline__ unsigned int cntlzw(unsigned int num) function

Completed in 138 milliseconds