Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit_comp64.c263 EMIT(PPC_RAW_MULI(b2p[TMP_REG_1], b2p_index, 8)); in bpf_jit_emit_tail_call()
407 EMIT(PPC_RAW_MULI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
Dbpf_jit_comp.c163 EMIT(PPC_RAW_MULI(r_A, r_A, K)); in bpf_jit_build_body()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dppc-opcode.h467 #define PPC_RAW_MULI(d, a, i) (0x1c000000 | ___PPC_RT(d) | ___PPC_RA(a) | IMM_L(i)) macro