Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.cc111 } else if (IsFloatRegister() || IsFloatStackSlot()) { in IsCompatible()
112 return op->IsFloatRegister() || op->IsFloatStackSlot(); in IsCompatible()
Dinstruction.h89 inline bool IsFloatStackSlot() const;
618 bool InstructionOperand::IsFloatStackSlot() const { in IsFloatStackSlot() function
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2613 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
2685 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
2696 } else if (source->IsFloatStackSlot()) { in AssembleMove()
2697 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc3203 if (destination->IsFloatStackSlot()) { in AssembleMove()
3277 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
3288 } else if (source->IsFloatStackSlot()) { in AssembleMove()
3289 DCHECK(destination->IsFloatStackSlot()); in AssembleMove()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc3248 } else if (source->IsFloatStackSlot()) { in AssembleMove()
3269 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleMove()
3319 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
3401 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2672 } else if (destination->IsFloatStackSlot()) { in AssembleMove()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2075 instr->InputAt(0)->IsFloatStackSlot() || in AssembleArchInstruction()