Searched refs:PPC_ANDI (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 223 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()
|
D | bpf_jit.h | 127 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | ___PPC_RA(d) | \ macro
|