Lines Matching refs:rl_dest

30                                     RegLocation rl_dest, int lit);
86 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
91 RegLocation rl_index, RegLocation rl_dest, int scale);
94 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
96 void GenMulLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
97 void GenAddLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
98 void GenAndLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
99 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest,
101 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest,
103 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
105 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src);
109 void GenNegLong(RegLocation rl_dest, RegLocation rl_src);
110 void GenOrLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
111 void GenSubLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
112 void GenXorLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
115 RegLocation GenDivRem(RegLocation rl_dest, int reg_lo, int reg_hi, bool is_div);
116 RegLocation GenDivRemLit(RegLocation rl_dest, int reg_lo, int lit, bool is_div);
117 void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
128 void GenMoveException(RegLocation rl_dest);
131 void GenNegDouble(RegLocation rl_dest, RegLocation rl_src);
132 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
190 bool BadOverlap(RegLocation rl_src, RegLocation rl_dest);