Home | History | Annotate | Download | only in arm64

Lines Matching refs:rl_dest

55                           RegLocation rl_dest, int lit) OVERRIDE;
57 RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
59 RegLocation rl_src, RegLocation rl_dest, int64_t lit);
60 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
61 void GenMultiplyByConstantFloat(RegLocation rl_dest, RegLocation rl_src1,
63 void GenMultiplyByConstantDouble(RegLocation rl_dest, RegLocation rl_src1,
131 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
133 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
136 RegLocation rl_dest, int scale) OVERRIDE;
139 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
141 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
143 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
145 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
147 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
164 void GenIntToLong(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
165 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
167 RegLocation GenDivRem(RegLocation rl_dest, RegStorage reg_lo, RegStorage reg_hi, bool is_div)
169 RegLocation GenDivRemLit(RegLocation rl_dest, RegStorage reg_lo, int lit, bool is_div)
171 void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2) OVERRIDE;
188 void GenMoveException(RegLocation rl_dest) OVERRIDE;
191 void GenNegDouble(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
192 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
195 void GenMaddMsubInt(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
197 void GenMaddMsubLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2,
347 RegLocation GenDivRem(RegLocation rl_dest
349 RegLocation GenDivRemLit(RegLocation rl_dest, RegLocation rl_src1, int lit, bool is_div) OVERRIDE;
353 RegLocation rl_dest, int64_t lit);
367 void GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
395 void GenNotLong(RegLocation rl_dest, RegLocation rl_src);
396 void GenNegLong(RegLocation rl_dest, RegLocation rl_src);
397 void GenDivRemLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,