Home
last modified time | relevance | path

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

/external/v8/src/compiler/x87/
Dcode-generator-x87.cc45 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
56 DCHECK(op->IsFPStackSlot()); in HighOperand()
1212 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1546 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1615 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1654 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1668 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1710 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1902 } else if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1953 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc51 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
62 DCHECK(op->IsFPStackSlot()); in HighOperand()
1253 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1260 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1429 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2090 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2103 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2116 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2129 } else if (source->IsFPStackSlot()) { in AssembleMove()
2130 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
[all …]
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1698 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1705 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1955 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1962 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2619 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2629 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2640 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2650 } else if (source->IsFPStackSlot()) { in AssembleMove()
2651 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
[all …]
/external/v8/src/compiler/
Dregister-allocator-verifier.cc244 CHECK(op->IsStackSlot() || op->IsFPStackSlot()); in CheckConstraint()
248 CHECK(op->IsStackSlot() || op->IsFPStackSlot()); in CheckConstraint()
256 CHECK(op->IsFPRegister() || op->IsFPStackSlot()); in CheckConstraint()
Dgap-resolver.cc209 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
Dinstruction.h91 inline bool IsFPStackSlot() const;
440 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
612 bool InstructionOperand::IsFPStackSlot() const { in IsFPStackSlot() function
Dinstruction.cc160 } else if (op.IsFPStackSlot()) { in operator <<()
376 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot()); in RecordReference()
Dcode-generator.cc637 CHECK(op->IsStackSlot() || op->IsFPStackSlot() || op->IsImmediate()); in RecordCallPosition()
831 } else if (op->IsFPStackSlot()) { in AddTranslationForOperand()
Dmove-optimizer.cc506 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
Dregister-allocator.cc334 DCHECK(op.IsStackSlot() || op.IsFPStackSlot()); in HintTypeForOperand()
712 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc130 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2119 if (destination->IsFPStackSlot()) { in AssembleMove()
2138 if (destination->IsFPStackSlot()) { in AssembleMove()
2148 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2160 } else if (source->IsFPStackSlot()) { in AssembleMove()
2161 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2232 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
2249 } else if (source->IsFPStackSlot()) { in AssembleSwap()
2250 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc245 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1984 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2000 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2017 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2020 } else if (source->IsFPStackSlot()) { in AssembleMove()
2021 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2059 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleSwap()
2079 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc109 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2444 if (destination->IsFPStackSlot()) { in AssembleMove()
2454 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2462 } else if (source->IsFPStackSlot()) { in AssembleMove()
2463 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2510 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2532 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2539 } else if (source->IsFPStackSlot()) { in AssembleMove()
2540 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2319 if (destination->IsFPStackSlot()) { in AssembleMove()
2329 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2337 } else if (source->IsFPStackSlot()) { in AssembleMove()
2338 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2386 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2408 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2415 } else if (source->IsFPStackSlot()) { in AssembleMove()
2416 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc130 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2444 if (destination->IsFPStackSlot()) { in AssembleMove()
2463 if (destination->IsFPStackSlot()) { in AssembleMove()
2473 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2476 } else if (source->IsFPStackSlot()) { in AssembleMove()
2477 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2532 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
2538 } else if (source->IsFPStackSlot()) { in AssembleSwap()
2539 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc131 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1907 } else if (source->IsFPStackSlot()) { in AssembleMove()
1922 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1980 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
1995 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
2002 } else if (source->IsFPStackSlot()) { in AssembleSwap()
2003 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()