Home
last modified time | relevance | path

Searched refs:IsFloatStackSlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.cc321 if ((source.IsFloatRegister() || source.IsFloatStackSlot()) && in IsValidPush()
325 if ((source.IsDoubleRegister() || source.IsFloatStackSlot()) && in IsValidPush()
Dinstruction.h92 inline bool IsFloatStackSlot() const;
617 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1865 if (destination->IsFloatStackSlot()) { in AssembleMove()
1903 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()