Searched refs:IsFloatStackSlot (Results 1 – 7 of 7) sorted by relevance
111 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()112 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
89 inline bool IsFloatStackSlot() const;618 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
2613 } else if (destination->IsFloatStackSlot()) { in AssembleMove()2685 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()2696 } else if (source->IsFloatStackSlot()) { in AssembleMove()2697 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
3203 if (destination->IsFloatStackSlot()) { in AssembleMove()3277 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()3288 } else if (source->IsFloatStackSlot()) { in AssembleMove()3289 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
3248 } else if (source->IsFloatStackSlot()) { in AssembleMove()3269 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleMove()3319 } else if (destination->IsFloatStackSlot()) { in AssembleMove()3401 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleSwap()
2672 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
2075 instr->InputAt(0)->IsFloatStackSlot() || in AssembleArchInstruction()