Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp64.c835 PPC_CMPD(dst_reg, src_reg); in bpf_jit_build_body()
871 PPC_CMPD(dst_reg, b2p[TMP_REG_1]); in bpf_jit_build_body()
Dbpf_jit.h96 #define PPC_CMPD(a, b) EMIT(PPC_INST_CMPD | ___PPC_RA(a) | \ macro