Searched refs:PPC_MULW (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 159 PPC_MULW(r_A, r_A, r_X); in bpf_jit_build_body() 166 PPC_MULW(r_A, r_A, r_scratch1); in bpf_jit_build_body() 182 PPC_MULW(r_scratch1, r_X, r_scratch1); in bpf_jit_build_body() 191 PPC_MULW(r_scratch1, r_scratch2, r_scratch1); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 367 PPC_MULW(dst_reg, dst_reg, src_reg); in bpf_jit_build_body() 378 PPC_MULW(dst_reg, dst_reg, in bpf_jit_build_body() 389 PPC_MULW(b2p[TMP_REG_1], src_reg, in bpf_jit_build_body() 420 PPC_MULW(b2p[TMP_REG_1], in bpf_jit_build_body()
|
D | bpf_jit.h | 107 #define PPC_MULW(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ macro
|