Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c1181 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg_h, src_reg_h)); in bpf_jit_build_body()
1183 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg)); in bpf_jit_build_body()
1186 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, src_reg)); in bpf_jit_build_body()
1268 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0)); in bpf_jit_build_body()
1278 EMIT(PPC_RAW_AND_DOT(_R0, dst_reg, _R0)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c1122 EMIT(PPC_RAW_AND_DOT(tmp1_reg, dst_reg, src_reg)); in bpf_jit_build_body()
1201 EMIT(PPC_RAW_AND_DOT(tmp1_reg, dst_reg, in bpf_jit_build_body()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h544 #define PPC_RAW_AND_DOT(d, a, b) (0x7c000039 | ___PPC_RA(d) | ___PPC_RS(a) | ___PPC_RB(b)) macro