Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h319 bits = __kernel_cmpbge(word, ~0UL); in ffz()
339 bits = __kernel_cmpbge(0, word); in __ffs()
377 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()
/openbmc/linux/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