Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.cc327 if ((source.IsFloatRegister() || source.IsFloatStackSlot()) && in IsValidPush()
331 if ((source.IsDoubleRegister() || source.IsFloatStackSlot()) && in IsValidPush()
Dinstruction.h92 inline bool IsFloatStackSlot() const;
620 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc2361 if (destination->IsFloatStackSlot()) { in AssembleMove()
2398 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()