Home
last modified time | relevance | path

Searched refs:PPC_RAW_ADD (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/lib/
Dtest_emulate_step.c964 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
972 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
980 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
988 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
996 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1004 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1012 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1020 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1028 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1036 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
/linux-5.19.10/arch/powerpc/net/
Dbpf_jit_comp32.c245 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call()
339 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
385 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
386 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
419 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
815 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body()
Dbpf_jit_comp64.c297 EMIT(PPC_RAW_ADD(bpf_to_ppc(TMP_REG_1), bpf_to_ppc(TMP_REG_1), b2p_bpf_array)); in bpf_jit_emit_tail_call()
400 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
414 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
795 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
813 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
/linux-5.19.10/arch/powerpc/kernel/
Dmodule_64.c703 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
/linux-5.19.10/arch/powerpc/include/asm/
Dppc-opcode.h485 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro