Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/net/
Dbpf_jit_comp.c219 PPC_ANDI(r_A, r_A, K); in bpf_jit_build_body()
502 PPC_ANDI(r_scratch1, r_A, K); in bpf_jit_build_body()
Dbpf_jit.h127 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | __PPC_RA(d) | \ macro