Searched refs:src2_reg (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp32.c | 299 u32 src2_reg = dst_reg; in bpf_jit_build_body() local 317 src2_reg = bpf_to_ppc(insn[i - 1].src_reg); in bpf_jit_build_body() 318 src2_reg_h = src2_reg - 1; in bpf_jit_build_body() 354 EMIT(PPC_RAW_ADD(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 357 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 361 EMIT(PPC_RAW_SUB(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 364 EMIT(PPC_RAW_SUBFC(dst_reg, src_reg, src2_reg)); in bpf_jit_build_body() 372 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 374 EMIT(PPC_RAW_ADDIS(dst_reg, src2_reg, IMM_HA(imm))); in bpf_jit_build_body() 375 src2_reg = dst_reg; in bpf_jit_build_body() [all …]
|