Searched refs:bsrl (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/i386/include/ |
| HD | cpufunc.h | 84 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/ |
| HD | udivdi3.S | 27 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
| HD | umoddi3.S | 28 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
| HD | moddi3.S | 55 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
| HD | divdi3.S | 56 bsrl %ebx, %ecx // If the high word of b is zero, jump to
|
| /trueos/sys/amd64/include/ |
| HD | cpufunc.h | 85 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/ |
| HD | apic_vector.S | 67 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \
|
| /trueos/sys/i386/i386/ |
| HD | apic_vector.s | 63 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \
|