Home
last modified time | relevance | path

Searched refs:PPC_RAW_MR (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp32.c127 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_1), _R3)); in bpf_jit_build_prologue()
183 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
256 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_1))); in bpf_jit_emit_tail_call()
259 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call()
678 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
679 EMIT(PPC_RAW_MR(dst_reg_h, src_reg_h)); in bpf_jit_build_body()
686 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
718 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body()
730 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body()
731 EMIT(PPC_RAW_MR(dst_reg_h, tmp_reg)); in bpf_jit_build_body()
[all …]
Dbpf_jit_comp64.c198 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
618 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
654 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
667 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
796 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body()
849 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body()
984 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
/Linux-v6.1/arch/powerpc/include/asm/
Dppc-opcode.h536 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro