Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp64.c877 PPC_CMPW(dst_reg, src_reg); in bpf_jit_build_body()
954 PPC_CMPW(dst_reg, in bpf_jit_build_body()
Dbpf_jit.h90 #define PPC_CMPW(a, b) EMIT(PPC_INST_CMPW | ___PPC_RA(a) | \ macro