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

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

Completed in 112 milliseconds