Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/net/
Dbpf_jit_comp64.c788 PPC_CMPLD(dst_reg, src_reg); in bpf_jit_build_body()
816 PPC_CMPLD(dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
Dbpf_jit.h109 #define PPC_CMPLD(a, b) EMIT(PPC_INST_CMPLD | ___PPC_RA(a) | \ macro