Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp32.c242 EMIT(PPC_RAW_CMPLW(b2p_index, _R0)); in bpf_jit_emit_tail_call()
1007 EMIT(PPC_RAW_CMPLW(src_reg, _R0)); in bpf_jit_build_body()
1232 EMIT(PPC_RAW_CMPLW(dst_reg_h, src_reg_h)); in bpf_jit_build_body()
1234 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()
1243 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()
1252 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()
1286 EMIT(PPC_RAW_CMPLW(dst_reg_h, _R0)); in bpf_jit_build_body()
1289 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body()
1302 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body()
1319 EMIT(PPC_RAW_CMPLW(dst_reg, _R0)); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c322 EMIT(PPC_RAW_CMPLW(b2p_index, bpf_to_ppc(TMP_REG_1))); in bpf_jit_emit_tail_call()
1180 EMIT(PPC_RAW_CMPLW(dst_reg, src_reg)); in bpf_jit_build_body()
1236 EMIT(PPC_RAW_CMPLW(dst_reg, tmp1_reg)); in bpf_jit_build_body()
/linux-6.15/arch/powerpc/include/asm/
H A Dppc-opcode.h526 #define PPC_RAW_CMPLW(a, b) (0x7c000040 | ___PPC_RA(a) | ___PPC_RB(b)) macro