Searched refs:IsFPRegister (Results 1 - 23 of 23) sorted by relevance

/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc347 if (instr->InputAt(1)->IsFPRegister()) { \
356 if (instr->InputAt(0)->IsFPRegister()) { \
366 if (instr->InputAt(1)->IsFPRegister()) { \
1129 if (instr->InputAt(0)->IsFPRegister()) {
1136 if (instr->InputAt(0)->IsFPRegister()) {
1227 if (instr->InputAt(0)->IsFPRegister()) {
1234 if (instr->InputAt(0)->IsFPRegister()) {
1245 if (instr->InputAt(0)->IsFPRegister()) {
1255 if (instr->InputAt(0)->IsFPRegister()) {
1274 if (instr->InputAt(0)->IsFPRegister()) {
[all...]
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc506 instr->HasOutput() && instr->Output()->IsFPRegister();
568 instr->HasOutput() && instr->Output()->IsFPRegister();
629 instr->HasOutput() && instr->Output()->IsFPRegister();
672 if (instr->InputAt(i)->IsFPRegister()) {
712 if (!instr->InputAt(0)->IsFPRegister()) {
716 if (!instr->InputAt(0)->IsFPRegister()) {
1009 if (destination->IsFPRegister()) {
1201 if (!instr->InputAt(0)->IsFPRegister()) {
1442 if (input->IsFPRegister()) {
1466 if (!instr->InputAt(0)->IsFPRegister()) {
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h106 return IsFPRegister() &&
138 inline bool CPURegister::IsFPRegister() const { function in class:v8::internal::CPURegister
902 DCHECK(rt.IsFPRegister());
915 DCHECK(rt.IsFPRegister());
926 DCHECK(rt.IsFPRegister());
939 DCHECK(rt.IsFPRegister());
949 DCHECK(rt.IsFPRegister());
H A Dassembler-arm64.h113 bool IsFPRegister() const;
233 DCHECK(IsFPRegister() || IsNone());
H A Dmacro-assembler-arm64.cc3393 if (value.IsValid() && value.IsFPRegister()) {
3402 if (heap_number_map.IsFPRegister()) {
4786 } else if (args[i].IsFPRegister()) {
4823 DCHECK(pcs[i].IsFPRegister());
H A Dassembler-arm64.cc238 } else if (regs[i].IsFPRegister()) {
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc50 virtual bool IsFPRegister() const { return false; } function in class:vixl::Token
113 virtual bool IsFPRegister() const { return true; } function in class:vixl::FPRegisterToken
118 VIXL_ASSERT(tok->IsFPRegister());
1317 if (tok->IsFPRegister()) {
1335 !target->IsFPRegister() &&
1345 } else if (target->IsFPRegister()) {
1360 } else if (target->IsFPRegister()) {
H A Dmacro-assembler-a64.cc2433 } else if (reg.IsFPRegister()) {
2515 } else if (regs[i].IsFPRegister()) {
H A Dassembler-a64.h156 return IsFPRegister() && (code_ < kNumberOfVRegisters);
195 bool IsFPRegister() const {
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc41 DCHECK(instr_->InputAt(index)->IsFPRegister());
1159 if (instr->InputAt(0)->IsFPRegister()) {
1169 if (instr->InputAt(0)->IsFPRegister()) {
1209 if (instr->InputAt(1)->IsFPRegister()) {
1256 if (instr->InputAt(1)->IsFPRegister()) {
1854 if (destination->IsFPRegister()) {
1866 if (destination->IsFPRegister()) {
1877 } else if (source->IsFPRegister()) {
1879 if (destination->IsFPRegister()) {
1887 DCHECK(destination->IsFPRegister() || destinatio
[all...]
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc47 } else if (op->IsFPRegister()) {
1312 if (instr->InputAt(0)->IsFPRegister()) {
1329 if (instr->InputAt(0)->IsFPRegister()) {
1346 if (instr->InputAt(0)->IsFPRegister()) {
1902 if (destination->IsFPRegister()) {
1915 if (destination->IsFPRegister()) {
1926 } else if (source->IsFPRegister()) {
1928 if (destination->IsFPRegister()) {
1937 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
1939 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/
H A Dregister-allocator-verifier.cc227 CHECK(op->IsFPRegister());
238 CHECK(op->IsFPRegister());
255 CHECK(op->IsFPRegister() || op->IsFPStackSlot());
H A Dinstruction.cc64 if (!IsFPRegister() || !that.IsFPRegister() || kSimpleFPAliasing)
339 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot());
H A Dinstruction.h69 inline bool IsFPRegister() const;
427 DCHECK(IsRegister() || IsFPRegister());
445 DCHECK(IsFPRegister());
545 bool InstructionOperand::IsFPRegister() const { function in class:v8::internal::compiler::InstructionOperand
H A Dmove-optimizer.cc33 if (!operand.IsFPRegister() || kSimpleFPAliasing) return false;
H A Dcode-generator.cc740 } else if (op->IsFPRegister()) {
H A Dregister-allocator.cc82 if (output->IsFPRegister()) {
355 if (op.IsRegister() || op.IsFPRegister()) {
723 DCHECK(op.IsRegister() || op.IsFPRegister());
1956 } else if (operand->IsFPRegister()) {
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc934 if (instr->InputAt(1)->IsFPRegister()) {
985 if (instr->InputAt(1)->IsFPRegister()) {
1263 if (instr->InputAt(0)->IsFPRegister()) {
1630 DwVfpRegister dst = destination->IsFPRegister()
1638 } else if (source->IsFPRegister()) {
1642 if (destination->IsFPRegister()) {
1652 if (destination->IsFPRegister()) {
1664 if (destination->IsFPRegister()) {
1721 } else if (source->IsFPRegister()) {
1726 if (destination->IsFPRegister()) {
[all...]
/external/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc84 } else if (op.IsFPRegister()) {
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1393 if (instr->InputAt(0)->IsFPRegister()) {
1404 if (instr->InputAt(0)->IsFPRegister()) {
1422 if (instr->InputAt(0)->IsFPRegister()) {
2080 DoubleRegister dst = destination->IsFPRegister()
2090 } else if (source->IsFPRegister()) {
2092 if (destination->IsFPRegister()) {
2105 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2107 if (destination->IsFPRegister()) {
2166 } else if (source->IsFPRegister()) {
2169 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc1380 if (instr->InputAt(0)->IsFPRegister()) {
1392 if (instr->InputAt(0)->IsFPRegister()) {
1408 if (instr->InputAt(0)->IsFPRegister()) {
2084 DoubleRegister dst = destination->IsFPRegister()
2099 } else if (source->IsFPRegister()) {
2101 if (destination->IsFPRegister()) {
2114 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2116 if (destination->IsFPRegister()) {
2174 } else if (source->IsFPRegister()) {
2177 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1373 if (instr->InputAt(0)->IsFPRegister()) {
1388 if (instr->InputAt(0)->IsFPRegister()) {
1955 DoubleRegister dst = destination->IsFPRegister()
1963 } else if (source->IsFPRegister()) {
1965 if (destination->IsFPRegister()) {
1973 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
1975 if (destination->IsFPRegister()) {
2025 } else if (source->IsFPRegister()) {
2028 if (destination->IsFPRegister()) {
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc1612 if (instr->InputAt(0)->IsFPRegister()) {
1627 if (instr->InputAt(0)->IsFPRegister()) {
2208 DoubleRegister dst = destination->IsFPRegister()
2216 } else if (source->IsFPRegister()) {
2218 if (destination->IsFPRegister()) {
2226 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2228 if (destination->IsFPRegister()) {
2272 } else if (source->IsFPRegister()) {
2275 if (destination->IsFPRegister()) {

Completed in 389 milliseconds