Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/net/
Dbpf_jit_comp64.c879 PPC_CMPD(dst_reg, src_reg); in bpf_jit_build_body()
957 PPC_CMPD(dst_reg, in bpf_jit_build_body()
Dbpf_jit.h92 #define PPC_CMPD(a, b) EMIT(PPC_INST_CMPD | ___PPC_RA(a) | \ macro