Searched refs:IsFloatStackSlot (Results 1 – 3 of 3) sorted by relevance
321 if ((source.IsFloatRegister() || source.IsFloatStackSlot()) && in IsValidPush()325 if ((source.IsDoubleRegister() || source.IsFloatStackSlot()) && in IsValidPush()
92 inline bool IsFloatStackSlot() const;617 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
1865 if (destination->IsFloatStackSlot()) { in AssembleMove()1903 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()