Searched refs:PPC_MULW (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_comp.c | 163 PPC_MULW(r_A, r_A, r_X); in bpf_jit_build_body() 170 PPC_MULW(r_A, r_A, r_scratch1); in bpf_jit_build_body() 186 PPC_MULW(r_scratch1, r_X, r_scratch1); in bpf_jit_build_body() 195 PPC_MULW(r_scratch1, r_scratch2, r_scratch1); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 344 PPC_MULW(dst_reg, dst_reg, src_reg); in bpf_jit_build_body() 355 PPC_MULW(dst_reg, dst_reg, in bpf_jit_build_body() 366 PPC_MULW(b2p[TMP_REG_1], src_reg, in bpf_jit_build_body() 397 PPC_MULW(b2p[TMP_REG_1], in bpf_jit_build_body()
|
D | bpf_jit.h | 118 #define PPC_MULW(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ macro
|