Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dppc-opcode.h162 #define PPC_INST_POPCNTB 0x7c0000f4 macro
305 #define PPC_POPCNTB(a, s) stringify_in_c(.long PPC_INST_POPCNTB | \
/arch/powerpc/kernel/
Dtraps.c1053 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) { in emulate_instruction()