Home | History | Annotate | Download | only in arm

Lines Matching refs:Destination

944     // Move sign bit from source to destination.  This works because the sign
3503 FloatingPointHelper::Destination dest =
3722 // r3 mostly holds the elements array or the destination external array.
3778 FloatingPointHelper::Destination destination;
3780 destination = FloatingPointHelper::kVFPRegisters;
3782 destination = FloatingPointHelper::kCoreRegisters;
3785 masm, r5, destination,
3788 if (destination == FloatingPointHelper::kVFPRegisters) {
3932 // r7: effective address of destination element.