Searched refs:IsDoubleStackSlot (Results 1 – 7 of 7) sorted by relevance
119 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()120 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
102 inline bool IsDoubleStackSlot() const;655 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
3944 } else if (source->IsDoubleStackSlot()) { in AssembleMove()3963 } else if (source->IsDoubleStackSlot()) { in AssembleMove()4015 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()4099 } else if (source->IsDoubleStackSlot()) { in AssembleSwap()
3993 if (destination->IsDoubleStackSlot()) { in AssembleMove()4109 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()4116 } else if (source->IsDoubleStackSlot()) { in AssembleMove()4117 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
4861 } else if (destination->IsDoubleStackSlot()) { in AssembleMove()4962 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()4969 } else if (source->IsDoubleStackSlot()) { in AssembleMove()4970 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
3345 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
2323 instr->InputAt(0)->IsDoubleStackSlot()) { in AssembleArchInstruction()