Home | History | Annotate | Download | only in mips

Lines Matching refs:Destination

940     // Move sign bit from source to destination.  This works because the sign
3505 FloatingPointHelper::Destination dest =
3725 // a3 mostly holds the elements array or the destination external array.
3802 FloatingPointHelper::Destination destination;
3804 destination = FloatingPointHelper::kFPURegisters;
3806 destination = FloatingPointHelper::kCoreRegisters;
3809 masm, t1, destination,
3812 if (destination == FloatingPointHelper::kFPURegisters) {
3973 // t8: effective address of destination element.