Lines Matching refs:IsFPStackSlot
45 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
56 DCHECK(op->IsFPStackSlot()); in HighOperand()
1212 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1546 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1615 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1654 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1668 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1710 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1902 } else if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1953 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1964 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2572 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2590 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2598 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2611 } else if (source->IsFPStackSlot()) { in AssembleMove()
2612 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2676 } else if (source->IsFPRegister() && destination->IsFPStackSlot()) { in AssembleSwap()
2692 } else if (source->IsFPStackSlot() && destination->IsFPStackSlot()) { in AssembleSwap()