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/
H A Dinstruction.cc136 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()
137 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
H A Dinstruction.h99 inline bool IsFloatStackSlot() const;
670 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function in v8::internal::compiler::InstructionOperand
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A 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/arm/
H A Dcode-generator-arm.cc3969 } else if (source->IsFloatStackSlot()) { in AssembleArchInstruction()
3990 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleArchInstruction()
4040 } else if (destination->IsFloatStackSlot()) { in AssembleArchInstruction()
4122 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A 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/arm64/
H A Dcode-generator-arm64.cc3446 } else if (destination->IsFloatStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1720 } else if (input->IsStackSlot() || input->IsFloatStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc2685 } else if (input->IsStackSlot() || input->IsFloatStackSlot() || in AssembleArchInstruction()

Completed in 37 milliseconds