Searched refs:PPC_ANDI (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/net/ |
D | bpf_jit_comp.c | 210 PPC_ANDI(r_A, r_A, K); in bpf_jit_build_body() 389 PPC_ANDI(r_A, r_A, ~VLAN_TAG_PRESENT); in bpf_jit_build_body() 391 PPC_ANDI(r_A, r_A, VLAN_TAG_PRESENT); in bpf_jit_build_body() 403 PPC_ANDI(r_A, r_A, PKT_TYPE_MAX); in bpf_jit_build_body() 516 PPC_ANDI(r_scratch1, r_A, K); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 436 PPC_ANDI(dst_reg, dst_reg, IMM_L(imm)); in bpf_jit_build_body() 838 PPC_ANDI(b2p[TMP_REG_1], dst_reg, imm); in bpf_jit_build_body()
|
D | bpf_jit.h | 130 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | ___PPC_RA(d) | \ macro
|