Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/lib/
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.1.9/arch/powerpc/net/
Dbpf_jit_comp32.c241 EMIT(PPC_RAW_ADD(_R3, _R3, b2p_bpf_array)); in bpf_jit_emit_tail_call()
331 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
377 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
378 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
411 EMIT(PPC_RAW_ADD(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
812 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()
401 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
415 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
801 EMIT(PPC_RAW_ADD(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/kernel/
Dmodule_64.c703 if (((uint32_t *)location)[1] != PPC_RAW_ADD(_R2, _R2, _R12)) in apply_relocate_add()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h477 #define PPC_RAW_ADD(t, a, b) (0x7c000214 | ___PPC_RT(t) | ___PPC_RA(a) | ___PPC_RB(b)) macro