Searched refs:PPC_RAW_ADDC (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/lib/ |
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 …]
|
/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 333 EMIT(PPC_RAW_ADDC(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body() 363 EMIT(PPC_RAW_ADDC(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
|
/arch/powerpc/include/asm/ |
D | ppc-opcode.h | 476 #define PPC_RAW_ADDC(t, a, b) (0x7c000014 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro
|