Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dppc-opcode.h230 #define PPC_INST_POPCNTB 0x7c0000f4 macro
354 #define PPC_RAW_POPCNTB(a, s) (PPC_INST_POPCNTB | __PPC_RA(a) | __PPC_RS(s))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A 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))
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dtraps.c1387 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) { in emulate_instruction()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dtraps.c1394 if ((instword & PPC_INST_POPCNTB_MASK) == PPC_INST_POPCNTB) { in emulate_instruction()

Completed in 16 milliseconds