Home | History | Annotate | Download | only in mips

Lines Matching refs:destination

469   // Move sign bit from source to destination.  This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination,
593 destination == kFPURegisters) {
602 ASSERT(destination == kCoreRegisters);
617 if (destination == kCoreRegisters) {
622 ASSERT(destination == kCoreRegisters);
678 Destination destination,
694 if (destination == kCoreRegisters) {
760 Destination destination,
779 ConvertIntToDouble(masm, scratch1, destination, double_dst, dst1, dst2,
808 if (destination == kCoreRegisters) {
814 // Load the double value in the destination registers.
880 // Get the result in the destination register.
884 // Load the double value in the destination registers.
2558 FloatingPointHelper::Destination destination =
2571 FloatingPointHelper::LoadSmis(masm, destination, scratch1, scratch2);
2574 destination,
2582 if (destination == FloatingPointHelper::kFPURegisters) {
2876 FloatingPointHelper::Destination destination =
2883 destination,
2894 destination,
2904 if (destination == FloatingPointHelper::kFPURegisters) {
5757 // Check that destination is actually word aligned if the flag says
5761 "Destination of copy not aligned.",