Home | History | Annotate | Download | only in mips

Lines Matching refs:Destination

54 void MacroAssembler::LoadRoot(Register destination,
56 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
60 void MacroAssembler::LoadRoot(Register destination,
65 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
3434 FloatingPointHelper::Destination destination;
3436 destination = FloatingPointHelper::kFPURegisters;
3438 destination = FloatingPointHelper::kCoreRegisters;
3445 destination,
3451 if (destination == FloatingPointHelper::kFPURegisters) {
4428 // destination register in case we store into it (the write barrier