Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c508 PPC_AND_DOT(r_scratch1, r_A, r_X); in bpf_jit_build_body()
526 PPC_AND_DOT(r_scratch1, r_A, in bpf_jit_build_body()
Dbpf_jit.h132 #define PPC_AND_DOT(d, a, b) EMIT(PPC_INST_ANDDOT | ___PPC_RA(d) | \ macro