Searched refs:IsDoubleStackSlot (Results 1 – 7 of 7) sorted by relevance
113 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()114 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
90 inline bool IsDoubleStackSlot() const;626 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
2611 if (destination->IsDoubleStackSlot()) { in AssembleMove()2693 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()2700 } else if (source->IsDoubleStackSlot()) { in AssembleMove()2701 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
3205 } else if (destination->IsDoubleStackSlot()) { in AssembleMove()3285 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()3292 } else if (source->IsDoubleStackSlot()) { in AssembleMove()3293 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
3254 } else if (source->IsDoubleStackSlot()) { in AssembleMove()3273 } else if (source->IsDoubleStackSlot()) { in AssembleMove()3325 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()3409 } else if (source->IsDoubleStackSlot()) { in AssembleSwap()
2682 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
2076 instr->InputAt(0)->IsDoubleStackSlot()) { in AssembleArchInstruction()