Lines Matching refs:GetLow

129     r_dest = r_dest.GetLow();  in OpRegCopyNoInsert()
132 r_src = r_src.GetLow(); in OpRegCopyNoInsert()
196 OpRegCopy(r_dest.GetHigh(), r_dest.GetLow()); in OpRegCopyWide()
197 OpRegCopy(r_dest.GetLow(), temp_reg); in OpRegCopyWide()
201 OpRegCopy(r_dest.GetLow(), r_src.GetLow()); in OpRegCopyWide()
203 OpRegCopy(r_dest.GetLow(), r_src.GetLow()); in OpRegCopyWide()
478 RegStorage low_reg = rl_src1.reg.GetLow(); in GenFusedLongCmpImmBranch()
506 OpRegReg(kOpSub, tmp.GetLow(), low_reg); in GenFusedLongCmpImmBranch()
917 if (IsTemp(rl_src1.reg.GetLow()) && in GenInlinedMinMax()
921 FreeTemp(rl_src1.reg.GetLow()); in GenInlinedMinMax()
948 DCHECK(IsTemp(rl_src2.reg.GetLow()) && in GenInlinedMinMax()
950 IsTemp(rl_result.reg.GetLow()) && in GenInlinedMinMax()
962 OpRegReg(kOpMov, tmp, rl_result.reg.GetLow()); in GenInlinedMinMax()
963 OpRegReg(kOpSub, tmp, rl_src2.reg.GetLow()); in GenInlinedMinMax()
980 OpCondRegReg(kOpCmov, cc, rl_result.reg.GetLow(), rl_src2.reg.GetLow()); in GenInlinedMinMax()
1330 RegStorage r_i_low = rl_i.reg.GetLow(); in GenInlinedReverseBits()
1337 OpRegReg(kOpRev, rl_result.reg.GetLow(), rl_i.reg.GetHigh()); in GenInlinedReverseBits()
1349 FreeTemp(rl_i.reg.GetLow()); in GenInlinedReverseBits()
1357 SwapBits(rl_result.reg.GetLow(), 1, 0x55555555); in GenInlinedReverseBits()
1358 SwapBits(rl_result.reg.GetLow(), 2, 0x33333333); in GenInlinedReverseBits()
1359 SwapBits(rl_result.reg.GetLow(), 4, 0x0f0f0f0f); in GenInlinedReverseBits()
1488 OpRegRegReg(kOpOr, t_reg, reg.GetLow(), reg.GetHigh()); in GenDivZeroCheckWide()
1743 OpRegReg(kOpXor, rl_result.reg.GetLow(), rl_result.reg.GetLow()); in GenMulLongConst()
1779 GenImulRegImm(rs_r0, rl_src1.reg.GetLow(), val_hi); in GenMulLongConst()
2111 if (IsTemp(rl_src1.reg.GetLow()) && IsTemp(rl_src1.reg.GetHigh())) { in GenLongArith()
2116 if (!(IsTemp(rl_src2.reg.GetLow()) && IsTemp(rl_src2.reg.GetHigh()))) { in GenLongArith()
2399 OpRegReg(kOpNeg, rl_result.reg.GetLow(), rl_result.reg.GetLow()); // rLow = -rLow in GenNegLong()
2580 OpRegCopy(rl_result.reg.GetHigh(), rl_src.reg.GetLow()); in GenShiftImmOpLong()
2581 LoadConstant(rl_result.reg.GetLow(), 0); in GenShiftImmOpLong()
2583 OpRegCopy(rl_result.reg.GetHigh(), rl_src.reg.GetLow()); in GenShiftImmOpLong()
2585 LoadConstant(rl_result.reg.GetLow(), 0); in GenShiftImmOpLong()
2587 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetLow()); in GenShiftImmOpLong()
2597 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetHigh()); in GenShiftImmOpLong()
2601 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetHigh()); in GenShiftImmOpLong()
2606 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetLow()); in GenShiftImmOpLong()
2616 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetHigh()); in GenShiftImmOpLong()
2619 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetHigh()); in GenShiftImmOpLong()
2623 OpRegCopy(rl_result.reg.GetLow(), rl_src.reg.GetLow()); in GenShiftImmOpLong()
3391 OpRegCopy(r_tmp.GetHigh(), r_tmp.GetLow()); in GenShiftOpLong()
3392 LoadConstant(r_tmp.GetLow(), 0); in GenShiftOpLong()
3401 OpRegCopy(r_tmp.GetLow(), r_tmp.GetHigh()); in GenShiftOpLong()
3412 OpRegCopy(r_tmp.GetLow(), r_tmp.GetHigh()); in GenShiftOpLong()