Home
last modified time | relevance | path

Searched refs:__kernel_cmpbge (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dbitops.h322 bits = __kernel_cmpbge(word, ~0UL); in ffz()
342 bits = __kernel_cmpbge(0, word); in __ffs()
380 t = __kernel_cmpbge (x, 0x0101010101010101UL); in fls64()
H A Dword-at-a-time.h24 unsigned long zero_locations = __kernel_cmpbge(0, val); in has_zero()
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dcompiler.h20 # define __kernel_cmpbge(a, b) __builtin_alpha_cmpbge(a, b) macro
46 # define __kernel_cmpbge(a, b) \ macro