Searched refs:PPC_RAW_ADDC_DOT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step.c | 1227 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1235 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1244 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1252 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1260 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1268 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1276 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1284 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1292 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1300 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc-opcode.h | 490 #define PPC_RAW_ADDC_DOT(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|