Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp32.c270 EMIT(PPC_RAW_MR(_R4, _R0)); in bpf_jit_emit_tail_call()
372 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
385 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
414 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
431 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
769 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
772 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
818 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body()
830 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body()
918 EMIT(PPC_RAW_MR(ax_reg, _R0)); in bpf_jit_build_body()
[all …]
A Dbpf_jit_comp64.c200 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(BPF_REG_0))); in bpf_jit_build_epilogue()
711 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body()
748 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
761 EMIT(PPC_RAW_MR(dst_reg, tmp1_reg)); in bpf_jit_build_body()
899 EMIT(PPC_RAW_MR(_R0, tmp2_reg)); in bpf_jit_build_body()
955 EMIT(PPC_RAW_MR(ret_reg, _R0)); in bpf_jit_build_body()
1114 EMIT(PPC_RAW_MR(bpf_to_ppc(BPF_REG_0), _R3)); in bpf_jit_build_body()
/linux/arch/powerpc/include/asm/
A Dppc-opcode.h550 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro

Completed in 13 milliseconds