Searched refs:IsFloatStackSlot (Results 1 – 7 of 7) sorted by relevance
117 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()118 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
101 inline bool IsFloatStackSlot() const;647 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
3938 } else if (source->IsFloatStackSlot()) { in AssembleMove()3959 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleMove()4009 } else if (destination->IsFloatStackSlot()) { in AssembleMove()4091 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleSwap()
3995 } else if (destination->IsFloatStackSlot()) { in AssembleMove()4101 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()4112 } else if (source->IsFloatStackSlot()) { in AssembleMove()4113 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
4859 if (destination->IsFloatStackSlot()) { in AssembleMove()4954 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()4965 } else if (source->IsFloatStackSlot()) { in AssembleMove()4966 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
3335 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
2322 instr->InputAt(0)->IsFloatStackSlot() || in AssembleArchInstruction()