Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp32.c1311 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()
1316 EMIT(PPC_RAW_CMPWI(dst_reg_h, imm < 0 ? -1 : 0)); in bpf_jit_build_body()
1331 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()
1346 EMIT(PPC_RAW_CMPWI(dst_reg_h, 0)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c1259 EMIT(PPC_RAW_CMPWI(dst_reg, imm)); in bpf_jit_build_body()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h520 #define PPC_RAW_CMPWI(a, i) (0x2c000000 | ___PPC_RA(a) | IMM_L(i)) macro
602 #define PPC_RAW_CMPLI PPC_RAW_CMPWI