Lines Matching refs:Move
1817 void MipsAssembler::Move(Register rd, Register rs) { in Move() function in art::mips::MipsAssembler
1822 Move(rd, ZERO); in Clear()
2828 Move(reg_hi, reg_lo); in LoadConst64()
3913 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size); in PromoteBranches()
4974 void MipsAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { in Move() function in art::mips::MipsAssembler
4980 Move(dest.AsCoreRegister(), src.AsCoreRegister()); in Move()
4997 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow()); in Move()
4998 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh()); in Move()
5000 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh()); in Move()
5001 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow()); in Move()
5205 Move(tr.AsMips().AsCoreRegister(), S1); in GetCurrentThread()
5229 Move(A0, exception->scratch_.AsCoreRegister()); in EmitExceptionPoll()