Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/net/
H A Dbpf_jit_comp64.c315 EMIT(PPC_RAW_MULI(bpf_to_ppc(TMP_REG_1), b2p_index, 8)); in bpf_jit_emit_tail_call()
458 EMIT(PPC_RAW_MULI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
H A Dbpf_jit_comp32.c419 EMIT(PPC_RAW_MULI(dst_reg, src2_reg, imm)); in bpf_jit_build_body()
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h534 #define PPC_RAW_MULI(d, a, i) (0x1c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro