Searched refs:PPC_CNTLZL (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-compat.h22 #define PPC_CNTLZL stringify_in_c(cntlzd) macro
56 #define PPC_CNTLZL stringify_in_c(cntlzw) macro
/linux-master/arch/powerpc/include/asm/
H A Dasm-compat.h22 #define PPC_CNTLZL stringify_in_c(cntlzd) macro
56 #define PPC_CNTLZL stringify_in_c(cntlzw) macro
H A Dword-at-a-time.h33 asm (PPC_CNTLZL "%0,%1" : "=r" (leading_zero_bits) : "r" (mask));
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c34 asm (PPC_CNTLZL "%0,%1" : "=r" (lz) : "r" (x));
H A Dword-at-a-time.h33 asm (PPC_CNTLZL "%0,%1" : "=r" (leading_zero_bits) : "r" (mask));

Completed in 161 milliseconds