Home | History | Annotate | Download | only in arm

Lines Matching full:rl_src1

87                            RegLocation rl_src1, RegLocation rl_src2);
95 RegLocation rl_src1, RegLocation rl_shift);
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);
100 RegLocation rl_src1, RegLocation rl_src2);
102 RegLocation rl_src1, RegLocation rl_src2);
103 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
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);
117 void GenCmpLong(RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
180 void GenFusedLongCmpImmBranch(BasicBlock* bb, RegLocation rl_src1, int64_t val,