Searched refs:IsDoubleStackSlot (Results 1 – 8 of 8) sorted by relevance
138 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()139 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
100 inline bool IsDoubleStackSlot() const;678 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
3703 } else if (destination->IsDoubleStackSlot()) { in AssembleConstructFrame()3804 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()3811 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()3812 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
3975 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()3994 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()4046 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()4130 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
4383 if (destination->IsDoubleStackSlot()) { in AssembleConstructFrame()4498 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()4505 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()4506 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
3456 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
1723 } else if (input->IsDoubleStackSlot()) { in AssembleArchInstruction()
2686 input->IsDoubleStackSlot()) { in AssembleArchInstruction()