Home
last modified time | relevance | path

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

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