Searched refs:PPC_DIVD (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/arch/powerpc/net/ |
| D | bpf_jit_comp64.c | 375 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()
|
| D | bpf_jit.h | 126 #define PPC_DIVD(d, a, b) EMIT(PPC_INST_DIVD | ___PPC_RT(d) | \ macro
|