Lines Matching refs:IsFPStackSlot
131 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1620 if (destination->IsFPStackSlot()) { in AssembleMove()
1634 if (destination->IsFPStackSlot()) { in AssembleMove()
1646 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1656 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1660 } else if (source->IsFPStackSlot()) { in AssembleMove()
1672 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1732 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
1747 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
1754 } else if (source->IsFPStackSlot()) { in AssembleSwap()
1755 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()