Searched refs:IsFloatStackSlot (Results 1 – 8 of 8) sorted by relevance
136 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()137 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
99 inline bool IsFloatStackSlot() const;670 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
3701 if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()3796 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()3807 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()3808 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
3969 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()3990 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame()4040 } else if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()4122 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame()
4385 } else if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()4490 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()4501 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()4502 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
3446 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
1720 } else if (input->IsStackSlot() || input->IsFloatStackSlot()) { in AssembleArchInstruction()
2685 } else if (input->IsStackSlot() || input->IsFloatStackSlot() || in AssembleArchInstruction()