Searched refs:tmp1_reg (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp64.c380 u32 tmp1_reg = bpf_to_ppc(TMP_REG_1); local
433 PPC_LI32(tmp1_reg, imm);
434 EMIT(PPC_RAW_ADD(dst_reg, dst_reg, tmp1_reg));
444 PPC_LI32(tmp1_reg, imm);
445 EMIT(PPC_RAW_SUB(dst_reg, dst_reg, tmp1_reg));
460 PPC_LI32(tmp1_reg, imm);
462 EMIT(PPC_RAW_MULW(dst_reg, dst_reg, tmp1_reg));
464 EMIT(PPC_RAW_MULD(dst_reg, dst_reg, tmp1_reg));
470 EMIT(PPC_RAW_DIVWU(tmp1_reg, dst_reg, src_reg));
471 EMIT(PPC_RAW_MULW(tmp1_reg, src_re
[all...]

Completed in 371 milliseconds