Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Dbitops.h321 bits = __kernel_cmpbge(word, ~0UL); in ffz()
341 bits = __kernel_cmpbge(0, word); in __ffs()
379 t = __kernel_cmpbge (x, 0x0101010101010101UL); in fls64()
Dword-at-a-time.h23 unsigned long zero_locations = __kernel_cmpbge(0, val); in has_zero()
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dcompiler.h19 # define __kernel_cmpbge(a, b) __builtin_alpha_cmpbge(a, b) macro
45 # define __kernel_cmpbge(a, b) \ macro