Lines Matching refs:IsFPStackSlot
55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1698 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1705 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1955 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1962 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2619 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2629 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2640 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2650 } else if (source->IsFPStackSlot()) { in AssembleMove()
2651 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2703 (source->IsFPStackSlot() && destination->IsFPStackSlot())) { in AssembleSwap()
2739 } else if (source->IsFPRegister() && destination->IsFPStackSlot()) { in AssembleSwap()