Searched refs:MovD (Results 1 – 5 of 5) sorted by relevance
118 void MovD(DRegister fd, DRegister fs);
385 void MipsAssembler::MovD(DRegister fd, DRegister fs) { in MovD() function in art::mips::MipsAssembler745 MovD(dest.AsDRegister(), src.AsDRegister()); in Move()
169 void MovD(FpuRegister fd, FpuRegister fs);
550 void Mips64Assembler::MovD(FpuRegister fd, FpuRegister fs) { in MovD() function in art::mips64::Mips64Assembler1294 MovD(dest.AsFpuRegister(), src.AsFpuRegister()); in Move()
665 __ MovD(destination.AsFpuRegister<FpuRegister>(), source.AsFpuRegister<FpuRegister>()); in MoveLocation() local