Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc138 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()
139 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
Dinstruction.h100 inline bool IsDoubleStackSlot() const;
678 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc3703 } else if (destination->IsDoubleStackSlot()) { in AssembleConstructFrame()
3804 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
3811 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
3812 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3975 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
3994 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
4046 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
4130 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc4383 if (destination->IsDoubleStackSlot()) { in AssembleConstructFrame()
4498 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
4505 } else if (source->IsDoubleStackSlot()) { in AssembleConstructFrame()
4506 DCHECK(destination->IsDoubleStackSlot()); in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3456 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc1723 } else if (input->IsDoubleStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2686 input->IsDoubleStackSlot()) { in AssembleArchInstruction()