Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.cc113 } else if (IsDoubleRegister() || IsDoubleStackSlot()) { in IsCompatible()
114 return op->IsDoubleRegister() || op->IsDoubleStackSlot(); in IsCompatible()
Dinstruction.h90 inline bool IsDoubleStackSlot() const;
626 bool InstructionOperand::IsDoubleStackSlot() const { in IsDoubleStackSlot() function
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2611 if (destination->IsDoubleStackSlot()) { in AssembleMove()
2693 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
2700 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
2701 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc3205 } else if (destination->IsDoubleStackSlot()) { in AssembleMove()
3285 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
3292 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
3293 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3254 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
3273 } else if (source->IsDoubleStackSlot()) { in AssembleMove()
3325 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
3409 } else if (source->IsDoubleStackSlot()) { in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2682 DCHECK(destination->IsDoubleStackSlot()); in AssembleMove()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2076 instr->InputAt(0)->IsDoubleStackSlot()) { in AssembleArchInstruction()