Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dppc-opcode.h264 #define PPC_INST_POPCNTB 0x7c0000f4 macro
383 #define PPC_RAW_POPCNTB(a, s) (PPC_INST_POPCNTB | __PPC_RA(a) | __PPC_RS(s))
/linux/arch/powerpc/kernel/
A Dtraps.c1376 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) { in emulate_instruction()

Completed in 11 milliseconds