Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dinstruction.cc117 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()
118 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
Dinstruction.h101 inline bool IsFloatStackSlot() const;
647 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3938 } else if (source->IsFloatStackSlot()) { in AssembleMove()
3959 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleMove()
4009 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
4091 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleSwap()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3995 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
4101 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
4112 } else if (source->IsFloatStackSlot()) { in AssembleMove()
4113 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4859 if (destination->IsFloatStackSlot()) { in AssembleMove()
4954 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
4965 } else if (source->IsFloatStackSlot()) { in AssembleMove()
4966 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3335 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2322 instr->InputAt(0)->IsFloatStackSlot() || in AssembleArchInstruction()