Searched refs:PPC_ANDI (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 206 PPC_ANDI(r_A, r_A, K); in bpf_jit_build_body() 388 PPC_ANDI(r_A, r_A, 1); in bpf_jit_build_body() 398 PPC_ANDI(r_A, r_A, PKT_TYPE_MAX); in bpf_jit_build_body() 511 PPC_ANDI(r_scratch1, r_A, K); in bpf_jit_build_body()
|
D | bpf_jit_comp64.c | 459 PPC_ANDI(dst_reg, dst_reg, IMM_L(imm)); in bpf_jit_build_body() 967 PPC_ANDI(b2p[TMP_REG_1], dst_reg, imm); in bpf_jit_build_body()
|
D | bpf_jit.h | 119 #define PPC_ANDI(d, a, i) EMIT(PPC_INST_ANDI | ___PPC_RA(d) | \ macro
|