Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dtest_emulate_step.c1047 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1055 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1064 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1072 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1080 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1088 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1096 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1104 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1112 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
1120 .instr = ppc_inst(PPC_RAW_ADD_DOT(20, 21, 22)),
/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h489 #define PPC_RAW_ADD_DOT(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro