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()
2848 Move(reg_hi, reg_lo); in LoadConst64()
3933 buffer_.Move(branch.GetEndLocation(), branch.GetOldEndLocation(), size); in PromoteBranches()
4993 void MipsAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) { in Move() function in art::mips::MipsAssembler
4999 Move(dest.AsCoreRegister(), src.AsCoreRegister()); in Move()
5016 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow()); in Move()
5017 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh()); in Move()
5019 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh()); in Move()
5020 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow()); in Move()
5224 Move(tr.AsMips().AsCoreRegister(), S1); in GetCurrentThread()
5248 Move(A0, exception->scratch_.AsCoreRegister()); in EmitExceptionPoll()