Lines Matching refs:rl_src1
151 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
153 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
155 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
170 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
172 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
175 RegLocation rl_src1, RegLocation rl_shift) OVERRIDE;
176 void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) OVERRIDE;
179 RegLocation rl_src1, RegLocation rl_shift) OVERRIDE;
193 * @param rl_src1 source operand
198 bool GenLongLongImm(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
203 * @param rl_src1 First operand.
208 virtual void GenLongArith(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
479 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1,
725 * @param rl_src1 Numerator Location.
730 RegLocation GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
783 void GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double);
818 bool GenMulLongConst(RegLocation rl_dest, RegLocation rl_src1, int64_t val);
819 void GenMulLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
823 void GenDivRemLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1,