Home
last modified time | relevance | path

Searched refs:PPC_DIVD (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp64.c375 PPC_DIVD(b2p[TMP_REG_1], dst_reg, src_reg); in bpf_jit_build_body()
380 PPC_DIVD(dst_reg, dst_reg, src_reg); in bpf_jit_build_body()
408 PPC_DIVD(b2p[TMP_REG_2], dst_reg, in bpf_jit_build_body()
416 PPC_DIVD(dst_reg, dst_reg, in bpf_jit_build_body()
Dbpf_jit.h126 #define PPC_DIVD(d, a, b) EMIT(PPC_INST_DIVD | ___PPC_RT(d) | \ macro