Searched refs:PPC_RAW_SETB (Results 1 – 2 of 2) sorted by relevance
935 .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)),
588 #define PPC_RAW_SETB(t, bfa) (0x7c000100 | ___PPC_RT(t) | ___PPC_RA((bfa) << 2)) macro