Home
last modified time | relevance | path

Searched refs:bsrl (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/i386/include/
HDcpufunc.h84 bsrl(u_int mask) in bsrl() function
192 return (mask == 0 ? mask : (int)bsrl((u_int)mask) + 1); in fls()
723 u_int bsrl(u_int mask);
/trueos/contrib/compiler-rt/lib/i386/
HDudivdi3.S27 bsrl %ebx, %ecx // If the high word of b is zero, jump to
HDumoddi3.S28 bsrl %ebx, %ecx // If the high word of b is zero, jump to
HDmoddi3.S55 bsrl %ebx, %ecx // If the high word of b is zero, jump to
HDdivdi3.S56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
/trueos/sys/amd64/include/
HDcpufunc.h85 bsrl(u_int mask) in bsrl() function
162 return (mask == 0 ? mask : (int)bsrl((u_int)mask) + 1); in fls()
766 u_int bsrl(u_int mask);
/trueos/sys/amd64/amd64/
HDapic_vector.S67 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \
/trueos/sys/i386/i386/
HDapic_vector.s63 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \