Home
last modified time | relevance | path

Searched refs:IsFPStackSlot (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator-verifier.cc251 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
255 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
263 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
Dinstruction.cc109 return (IsFPRegister() || IsFPStackSlot()) && in IsCompatible()
110 (op->IsFPRegister() || op->IsFPStackSlot()); in IsCompatible()
183 } else if (op.IsFPStackSlot()) { in operator <<()
398 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot()); in RecordReference()
Dgap-resolver.cc208 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
Dinstruction.h88 inline bool IsFPStackSlot() const;
440 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
613 bool InstructionOperand::IsFPStackSlot() const { in IsFPStackSlot() function
Dmove-optimizer.cc506 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
Dcode-generator.cc1118 } else if (op->IsFPStackSlot()) { in AddTranslationForOperand()
Dregister-allocator.cc337 DCHECK(op.IsStackSlot() || op.IsFPStackSlot()); in HintTypeForOperand()
709 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc124 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
3640 if (destination->IsFPStackSlot()) { in AssembleMove()
3659 if (destination->IsFPStackSlot()) { in AssembleMove()
3681 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
3685 } else if (source->IsFPStackSlot()) { in AssembleMove()
3686 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
3703 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
3773 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
3780 } else if (source->IsFPStackSlot()) { in AssembleSwap()
3781 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc121 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
3390 if (destination->IsFPStackSlot()) { in AssembleMove()
3409 if (destination->IsFPStackSlot()) { in AssembleMove()
3431 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
3443 } else if (source->IsFPStackSlot()) { in AssembleMove()
3444 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
3531 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
3557 } else if (source->IsFPStackSlot()) { in AssembleSwap()
3558 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1634 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1641 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1934 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1941 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
3338 DCHECK(source->IsFPStackSlot()); in AssembleMove()
3395 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2623 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2631 } else if (source->IsFPStackSlot()) { in AssembleMove()
2632 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc107 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
150 return instr->InputAt(index)->IsFPStackSlot(); in HasFPStackSlotInput()
3215 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
3223 } else if (source->IsFPStackSlot()) { in AssembleMove()
3224 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1452 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1459 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1644 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
4397 DCHECK(source->IsFPStackSlot()); in AssembleMove()
4467 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
4557 DCHECK(source->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc237 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc139 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()