Searched refs:PPC_INST_POPCNTB (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dppc-opcode.h161 #define PPC_INST_POPCNTB 0x7c0000f4 macro
304 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \
/linux-4.4.14/arch/powerpc/kernel/
H A Dtraps.c1053 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) { emulate_instruction()

Completed in 69 milliseconds