Home | History | Annotate | Download | only in arm

Lines Matching refs:Destination

468   // 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 == kVFPRegisters) {
599 ASSERT(destination == kCoreRegisters);
612 if (destination == kCoreRegisters) {
617 ASSERT(destination == kCoreRegisters);
673 Destination destination,
689 if (destination == kCoreRegisters) {
747 Destination destination,
766 ConvertIntToDouble(masm, scratch1, destination, double_dst, dst1, dst2,
795 if (destination == kCoreRegisters) {
801 // Load the double value in the destination registers..
866 // Get the result in the destination register.
870 destination registers.
2444 FloatingPointHelper::Destination destination =
2457 FloatingPointHelper::LoadSmis(masm, destination, scratch1, scratch2);
2460 destination,
2468 if (destination == FloatingPointHelper::kVFPRegisters) {
2761 FloatingPointHelper::Destination destination =
2768 destination,
2779 destination,
2789 if (destination == FloatingPointHelper::kVFPRegisters) {
5518 // Check that destination is actually word aligned if the flag says
5521 __ Check(eq, "Destination of copy not aligned.");
5570 // to create a destination word.