Lines Matching refs:IsFPStackSlot
52 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1451 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1458 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1698 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1705 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2271 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2281 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2292 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2296 } else if (source->IsFPStackSlot()) { in AssembleMove()
2297 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2335 (source->IsFPStackSlot() && destination->IsFPStackSlot())) { in AssembleSwap()
2355 } else if (source->IsFPRegister() && destination->IsFPStackSlot()) { in AssembleSwap()