Home
last modified time | relevance | path

Searched refs:PPC_CNTLZL (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/primitives/asm/
Dasm-compat.h33 #define PPC_CNTLZL stringify_in_c(cntlzd) macro
64 #define PPC_CNTLZL stringify_in_c(cntlzw) macro
/linux-4.4.14/arch/powerpc/include/asm/
Dasm-compat.h33 #define PPC_CNTLZL stringify_in_c(cntlzd) macro
64 #define PPC_CNTLZL stringify_in_c(cntlzw) macro
Dword-at-a-time.h32 asm (PPC_CNTLZL "%0,%1" : "=r" (leading_zero_bits) : "r" (mask)); in find_zero()
Dbitops.h174 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); in __ilog2()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h32 asm (PPC_CNTLZL "%0,%1" : "=r" (leading_zero_bits) : "r" (mask)); in find_zero()
Dload_unaligned_zeropad.c38 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x)); in __fls()