Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc136 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()
137 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
Dinstruction.h99 inline bool IsFloatStackSlot() const;
670 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3701 if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()
3796 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
3807 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()
3808 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3969 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()
3990 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame()
4040 } else if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()
4122 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4385 } else if (destination->IsFloatStackSlot()) { in AssembleConstructFrame()
4490 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
4501 } else if (source->IsFloatStackSlot()) { in AssembleConstructFrame()
4502 DCHECK(destination->IsFloatStackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3446 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1720 } else if (input->IsStackSlot() || input->IsFloatStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2685 } else if (input->IsStackSlot() || input->IsFloatStackSlot() || in AssembleArchInstruction()