Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/lib/
H A Dtest_emulate_step.c961 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
969 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
977 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
985 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
993 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1001 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1009 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1017 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1025 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
1033 .instr = ppc_inst(PPC_RAW_ADD(20, 21, 22)),
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp32.c257 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call()
359 EMIT(PPC_RAW_ADD(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
411 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
412 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
454 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
928 EMIT(PPC_RAW_ADD(_R0, _R0, src_reg)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c341 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()
445 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
459 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
886 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
H A Dbpf_jit_comp.c816 EMIT(PPC_RAW_ADD(_R3, _R3, _R4)); in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/powerpc/kernel/
H A Dmodule_64.c1028 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h488 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro