Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c498 PPC_CMPLW(r_A, r_X); in bpf_jit_build_body()
511 PPC_CMPLW(r_A, r_scratch1); in bpf_jit_build_body()
Dbpf_jit.h177 #define PPC_CMPLW(a, b) EMIT(PPC_INST_CMPLW | ___PPC_RA(a) | ___PPC_RB(b)) macro