Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/lib/
Dtest_emulate_step.c935 .instr = ppc_inst(PPC_RAW_SETB(20, 1)),
942 .instr = ppc_inst(PPC_RAW_SETB(20, 4)),
949 .instr = ppc_inst(PPC_RAW_SETB(20, 5)),
/linux-6.6.21/arch/powerpc/include/asm/
Dppc-opcode.h588 #define PPC_RAW_SETB(t, bfa) (0x7c000100 | ___PPC_RT(t) | ___PPC_RA((bfa) << 2)) macro