Home
last modified time | relevance | path

Searched refs:PPC_RAW_ANDI (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/powerpc/net/
Dbpf_jit_comp.c206 EMIT(PPC_RAW_ANDI(r_A, r_A, K)); in bpf_jit_build_body()
388 EMIT(PPC_RAW_ANDI(r_A, r_A, 1)); in bpf_jit_build_body()
398 EMIT(PPC_RAW_ANDI(r_A, r_A, PKT_TYPE_MAX)); in bpf_jit_build_body()
510 EMIT(PPC_RAW_ANDI(r_scratch1, r_A, K)); in bpf_jit_build_body()
Dbpf_jit_comp64.c461 EMIT(PPC_RAW_ANDI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
969 EMIT(PPC_RAW_ANDI(b2p[TMP_REG_1], dst_reg, imm)); in bpf_jit_build_body()
/Linux-v5.10/arch/powerpc/include/asm/
Dppc-opcode.h474 #define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro