Searched refs:PPC_RAW_ADDC_DOT (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | test_emulate_step.c | 1230 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1238 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1247 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1255 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1263 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1271 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1279 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1287 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1295 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), 1303 .instr = ppc_inst(PPC_RAW_ADDC_DOT(20, 21, 22)), [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 476 #define PPC_RAW_ADDC_DOT(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b) | 0x1) macro
|
Completed in 10 milliseconds