Searched refs:PPC_RAW_ADDC (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/lib/ |
A D | test_emulate_step.c | 1136 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1144 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1152 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1160 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1168 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1176 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1184 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1192 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1200 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), 1208 .instr = ppc_inst(PPC_RAW_ADDC(20, 21, 22)), [all …]
|
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 328 EMIT(PPC_RAW_ADDC(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 358 EMIT(PPC_RAW_ADDC(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 475 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|
Completed in 17 milliseconds