Home | History | Annotate | Download | only in arm

Lines Matching refs:OpRegCopy

225       OpRegCopy(rl_result.low_reg, t_reg1);
226 OpRegCopy(rl_result.low_reg, t_reg2);
238 LIR* l1 = OpRegCopy(rl_result.low_reg, rl_true.low_reg);
240 LIR* l2 = OpRegCopy(rl_result.low_reg, rl_false.low_reg);
357 LIR* ArmMir2Lir::OpRegCopy(int r_dest, int r_src) {
371 OpRegCopy(S2d(dest_lo, dest_hi), S2d(src_lo, src_hi));
381 OpRegCopy(dest_hi, src_hi);
382 OpRegCopy(dest_lo, src_lo);
384 OpRegCopy(dest_lo, src_lo);
385 OpRegCopy(dest_hi, src_hi);
1013 OpRegCopy(rl_result.high_reg, rl_src.low_reg);
1028 OpRegCopy(rl_result.low_reg, rl_src.high_reg);
1045 OpRegCopy(rl_result.low_reg, rl_src.high_reg);