Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dinstruction.cc119 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()
120 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
Dinstruction.h102 inline bool IsDoubleStackSlot() const;
655 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
/external/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3944 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
3963 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
4015 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
4099 } else if (source->IsDoubleStackSlot()) { in AssembleSwap()
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc3993 if (destination->IsDoubleStackSlot()) { in AssembleMove()
4109 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
4116 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
4117 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc4861 } else if (destination->IsDoubleStackSlot()) { in AssembleMove()
4962 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
4969 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
4970 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc3345 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc2323 instr->InputAt(0)->IsDoubleStackSlot()) { in AssembleArchInstruction()