Searched refs:src2_reg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit_comp32.c | 298 u32 src2_reg = dst_reg; in bpf_jit_build_body() local 316 src2_reg = bpf_to_ppc(insn[i - 1].src_reg); in bpf_jit_build_body() 317 src2_reg_h = src2_reg - 1; in bpf_jit_build_body() 353 EMIT(PPC_RAW_ADD(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 356 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 360 EMIT(PPC_RAW_SUB(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body() 363 EMIT(PPC_RAW_SUBFC(dst_reg, src_reg, src2_reg)); in bpf_jit_build_body() 371 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body() 373 EMIT(PPC_RAW_ADDIS(dst_reg, src2_reg, IMM_HA(imm))); in bpf_jit_build_body() 374 src2_reg = dst_reg; in bpf_jit_build_body() [all …]
|