Searched defs:trg_reg_lo (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm.cc53 Register trg_reg_lo = trg.AsRegisterPairLow<Register>(); local
57 if (trg_reg_lo != res_reg_hi) {
58 if (trg_reg_lo != res_reg_lo) {
59 __ mov(trg_reg_lo, ShifterOperand(res_reg_lo));
62 DCHECK_EQ(trg_reg_lo + 1, trg_reg_hi);
66 __ mov(trg_reg_lo, ShifterOperand(res_reg_lo));

Completed in 31 milliseconds