Lines Matching refs:rl_src
73 bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
75 bool EasyMultiply(RegLocation rl_src, RegLocation rl_dest, int lit) OVERRIDE;
149 RegLocation rl_src, int scale, bool card_mark);
158 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src);
166 void GenIntToLong(RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
186 void GenMultiplyByTwoBitMultiplier(RegLocation rl_src, RegLocation rl_result, int lit,
188 void GenNegDouble(RegLocation rl_dest, RegLocation rl_src);
189 void GenNegFloat(RegLocation rl_dest, RegLocation rl_src);
190 void GenLargePackedSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src);
191 void GenLargeSparseSwitch(MIR* mir, uint32_t table_offset, RegLocation rl_src);
269 void GenNegLong(RegLocation rl_dest, RegLocation rl_src);
277 void GenNotLong(RegLocation rl_dest, RegLocation rl_src);
281 void GenConversionCall(QuickEntrypointEnum trampoline, RegLocation rl_dest, RegLocation rl_src,