Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c223 PPC_ANDI(r_A, r_A, K); in bpf_jit_build_body()
395 PPC_ANDI(r_A, r_A, VLAN_VID_MASK); in bpf_jit_build_body()
397 PPC_ANDI(r_A, r_A, VLAN_TAG_PRESENT); in bpf_jit_build_body()
527 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