Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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

Completed in 4 milliseconds