Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp32.c304 u32 src2_reg = dst_reg; in bpf_jit_build_body() local
321 src2_reg = bpf_to_ppc(insn[i - 1].src_reg); in bpf_jit_build_body()
322 src2_reg_h = src2_reg - 1; in bpf_jit_build_body()
358 EMIT(PPC_RAW_ADD(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
361 EMIT(PPC_RAW_ADDC(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
365 EMIT(PPC_RAW_SUB(dst_reg, src2_reg, src_reg)); in bpf_jit_build_body()
368 EMIT(PPC_RAW_SUBFC(dst_reg, src_reg, src2_reg)); in bpf_jit_build_body()
376 EMIT(PPC_RAW_MR(dst_reg, src2_reg)); in bpf_jit_build_body()
378 EMIT(PPC_RAW_ADDIS(dst_reg, src2_reg, IMM_HA(imm))); in bpf_jit_build_body()
379 src2_reg in bpf_jit_build_body()
[all...]