Searched refs:PPC_RAW_MR (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/net/ |
A D | bpf_jit_comp32.c | 111 EMIT(PPC_RAW_MR(bpf_to_ppc(ctx, BPF_REG_1), _R3)); in bpf_jit_build_prologue() 171 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(ctx, BPF_REG_0))); in bpf_jit_build_epilogue() 258 EMIT(PPC_RAW_MR(_R3, bpf_to_ppc(ctx, BPF_REG_1))); in bpf_jit_emit_tail_call() 672 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 673 EMIT(PPC_RAW_MR(dst_reg_h, src_reg_h)); in bpf_jit_build_body() 680 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 712 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 724 EMIT(PPC_RAW_MR(dst_reg, _R0)); in bpf_jit_build_body() 725 EMIT(PPC_RAW_MR(dst_reg_h, tmp_reg)); in bpf_jit_build_body() 877 EMIT(PPC_RAW_MR(bpf_to_ppc(ctx, BPF_REG_0) - 1, _R3)); in bpf_jit_build_body() [all …]
|
A D | bpf_jit_comp64.c | 144 EMIT(PPC_RAW_MR(3, b2p[BPF_REG_0])); in bpf_jit_build_epilogue() 583 EMIT(PPC_RAW_MR(dst_reg, src_reg)); in bpf_jit_build_body() 619 EMIT(PPC_RAW_MR(dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 632 EMIT(PPC_RAW_MR(dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body() 844 EMIT(PPC_RAW_MR(b2p[BPF_REG_0], 3)); in bpf_jit_build_body()
|
/linux/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 531 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) macro
|
Completed in 12 milliseconds