Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp64.c509 EMIT(PPC_RAW_OR(dst_reg, dst_reg, src_reg)); in bpf_jit_build_body()
516 EMIT(PPC_RAW_OR(dst_reg, dst_reg, b2p[TMP_REG_1])); in bpf_jit_build_body()
667 EMIT(PPC_RAW_OR(dst_reg, dst_reg, b2p[TMP_REG_2])); in bpf_jit_build_body()
Dbpf_jit_comp.c214 EMIT(PPC_RAW_OR(r_A, r_A, r_X)); in bpf_jit_build_body()
/arch/powerpc/include/asm/
Dppc-opcode.h478 #define PPC_RAW_OR(d, a, b) (0x7c000378 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro
479 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a)