Home
last modified time | relevance | path

Searched refs:IsFPStackSlot (Results 1 – 15 of 15) 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()
1204 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1448 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1513 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1552 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1566 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1608 DCHECK(input->IsFPStackSlot()); in AssembleArchInstruction()
1797 } else if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1848 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()
1063 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1070 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1263 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1906 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1919 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1932 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1936 } else if (source->IsFPStackSlot()) { in AssembleMove()
1937 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
[all …]
/external/v8/src/compiler/
Dgap-resolver.cc97 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
Dregister-allocator-verifier.cc249 CHECK(op->IsFPStackSlot()); in CheckConstraint()
255 CHECK(op->IsFPRegister() || op->IsFPStackSlot()); in CheckConstraint()
Dinstruction.h74 inline bool IsFPStackSlot() const;
422 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
575 bool InstructionOperand::IsFPStackSlot() const { in IsFPStackSlot() function
Dcode-generator.cc536 CHECK(op->IsStackSlot() || op->IsFPStackSlot() || op->IsImmediate()); in RecordCallPosition()
718 } else if (op->IsFPStackSlot()) { in AddTranslationForOperand()
Dinstruction.cc135 } else if (op.IsFPStackSlot()) { in operator <<()
339 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot()); in RecordReference()
Dregister-allocator.cc358 DCHECK(op.IsStackSlot() || op.IsFPStackSlot()); in HintTypeForOperand()
719 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc52 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1451 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1458 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1698 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
1705 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction()
2271 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2281 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2292 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2296 } else if (source->IsFPStackSlot()) { in AssembleMove()
2297 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
[all …]
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc131 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1620 if (destination->IsFPStackSlot()) { in AssembleMove()
1634 if (destination->IsFPStackSlot()) { in AssembleMove()
1646 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1656 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1660 } else if (source->IsFPStackSlot()) { in AssembleMove()
1672 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1732 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
1747 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
1754 } else if (source->IsFPStackSlot()) { in AssembleSwap()
[all …]
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc122 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1945 if (destination->IsFPStackSlot()) { in AssembleMove()
1959 if (destination->IsFPStackSlot()) { in AssembleMove()
1969 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1972 } else if (source->IsFPStackSlot()) { in AssembleMove()
1973 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2034 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
2040 } else if (source->IsFPStackSlot()) { in AssembleSwap()
2041 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc92 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2095 if (destination->IsFPStackSlot()) { in AssembleMove()
2105 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2113 } else if (source->IsFPStackSlot()) { in AssembleMove()
2114 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2161 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2183 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2190 } else if (source->IsFPStackSlot()) { in AssembleMove()
2191 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2086 if (destination->IsFPStackSlot()) { in AssembleMove()
2096 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2104 } else if (source->IsFPStackSlot()) { in AssembleMove()
2105 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2153 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2175 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2182 } else if (source->IsFPStackSlot()) { in AssembleMove()
2183 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc240 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1858 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1870 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1883 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
1886 } else if (source->IsFPStackSlot()) { in AssembleMove()
1887 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
1925 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleSwap()
1945 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc122 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2198 if (destination->IsFPStackSlot()) { in AssembleMove()
2212 if (destination->IsFPStackSlot()) { in AssembleMove()
2222 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
2225 } else if (source->IsFPStackSlot()) { in AssembleMove()
2226 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove()
2281 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()
2287 } else if (source->IsFPStackSlot()) { in AssembleSwap()
2288 DCHECK(destination->IsFPStackSlot()); in AssembleSwap()