Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/net/
Dbpf_jit_comp32.c515 EMIT(PPC_RAW_ANDI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
1157 EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm)); in bpf_jit_build_body()
1171 EMIT(PPC_RAW_ANDI(_R0, dst_reg, imm)); in bpf_jit_build_body()
Dbpf_jit_comp64.c515 EMIT(PPC_RAW_ANDI(dst_reg, dst_reg, IMM_L(imm))); in bpf_jit_build_body()
1123 EMIT(PPC_RAW_ANDI(tmp1_reg, dst_reg, imm)); in bpf_jit_build_body()
/linux-5.19.10/arch/powerpc/include/asm/
Dppc-opcode.h540 #define PPC_RAW_ANDI(d, a, i) (0x70000000 | ___PPC_RA(d) | ___PPC_RS(a) | IMM_L(i)) macro