Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp32.c519 EMIT(PPC_RAW_OR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
520 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, src_reg_h)); in bpf_jit_build_body()
523 EMIT(PPC_RAW_OR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
571 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, _R0)); in bpf_jit_build_body()
573 EMIT(PPC_RAW_OR(dst_reg_h, dst_reg_h, tmp_reg)); in bpf_jit_build_body()
607 EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
609 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp_reg)); in bpf_jit_build_body()
642 EMIT(PPC_RAW_OR(dst_reg, dst_reg, _R0)); in bpf_jit_build_body()
647 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp_reg)); in bpf_jit_build_body()
820 EMIT(PPC_RAW_OR(_R0, _R0, src_reg)); in bpf_jit_build_body()
Dbpf_jit_comp64.c525 EMIT(PPC_RAW_OR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
532 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp1_reg)); in bpf_jit_build_body()
683 EMIT(PPC_RAW_OR(dst_reg, dst_reg, tmp2_reg)); in bpf_jit_build_body()
809 EMIT(PPC_RAW_OR(tmp2_reg, tmp2_reg, src_reg)); in bpf_jit_build_body()
/linux-6.1.9/arch/powerpc/include/asm/
Dppc-opcode.h535 #define PPC_RAW_OR(d, a, b) (0x7c000378 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
536 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a)