Lines Matching refs:rl_src1

86   void GenMultiplyByConstantFloat(RegLocation rl_dest, RegLocation rl_src1,
88 void GenMultiplyByConstantDouble(RegLocation rl_dest, RegLocation rl_src1,
180 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
182 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
184 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
200 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
202 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
205 RegLocation rl_src1, RegLocation rl_shift, int flags) OVERRIDE;
206 void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) OVERRIDE;
209 RegLocation rl_src1, RegLocation rl_shift) OVERRIDE;
228 bool GenLongLongImm(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
238 virtual void GenLongArith(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
497 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1,
763 RegLocation GenDivRem(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
817 void GenRemFP(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2, bool is_double);
852 bool GenMulLongConst(RegLocation rl_dest, RegLocation rl_src1, int64_t val, int flags);
853 void GenMulLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
857 void GenDivRemLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1,