Searched refs:PPC_RAW_MR (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 269 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call() 371 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 384 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 413 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 430 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 731 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 739 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 771 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 783 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 860 EMIT(PPC_RAW_MR(ax_reg, _R0)); in bpf_jit_build_body() [all …]
|
A D | bpf_jit_comp64.c | 198 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue() 619 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 655 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 668 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body() 797 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body() 850 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body() 986 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 536 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro
|
Completed in 11 milliseconds