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

/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc430 if (instr->InputAt(1)->IsFPRegister()) { \
439 if (instr->InputAt(0)->IsFPRegister()) { \
449 if (instr->InputAt(1)->IsFPRegister()) { \
1279 if (instr->InputAt(0)->IsFPRegister()) {
1286 if (instr->InputAt(0)->IsFPRegister()) {
1353 if (instr->InputAt(1)->IsFPRegister()) {
1367 if (instr->InputAt(1)->IsFPRegister()) {
1378 if (instr->InputAt(1)->IsFPRegister()) {
1388 if (instr->InputAt(1)->IsFPRegister()) {
1397 if (instr->InputAt(1)->IsFPRegister()) {
[all...]
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc563 instr->HasOutput() && instr->Output()->IsFPRegister();
623 instr->HasOutput() && instr->Output()->IsFPRegister();
680 instr->HasOutput() && instr->Output()->IsFPRegister();
723 if (instr->InputAt(i)->IsFPRegister()) {
761 if (!instr->InputAt(0)->IsFPRegister()) {
765 if (!instr->InputAt(0)->IsFPRegister()) {
1089 if (destination->IsFPRegister()) {
1205 if (!instr->InputAt(0)->IsFPRegister()) {
1536 if (input->IsFPRegister()) {
1560 if (!instr->InputAt(0)->IsFPRegister()) {
[all...]
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc47 } else if (op->IsFPRegister()) {
1397 if (instr->InputAt(1)->IsFPRegister()) {
1411 if (instr->InputAt(1)->IsFPRegister()) {
1423 if (instr->InputAt(1)->IsFPRegister()) {
1437 if (instr->InputAt(1)->IsFPRegister()) {
1448 if (instr->InputAt(1)->IsFPRegister()) {
1458 if (instr->InputAt(1)->IsFPRegister()) {
1467 if (instr->InputAt(1)->IsFPRegister()) {
1478 if (instr->InputAt(1)->IsFPRegister()) {
1488 if (instr->InputAt(1)->IsFPRegister()) {
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h92 return IsFPRegister() &&
124 inline bool CPURegister::IsFPRegister() const { function in class:v8::internal::CPURegister
889 DCHECK(rt.IsFPRegister());
902 DCHECK(rt.IsFPRegister());
913 DCHECK(rt.IsFPRegister());
926 DCHECK(rt.IsFPRegister());
936 DCHECK(rt.IsFPRegister());
H A Dassembler-arm64.h117 bool IsFPRegister() const;
238 DCHECK(IsFPRegister() || IsNone());
H A Dmacro-assembler-arm64.cc3178 if (value.IsValid() && value.IsFPRegister()) {
3187 if (heap_number_map.IsFPRegister()) {
4274 } else if (args[i].IsFPRegister()) {
4311 DCHECK(pcs[i].IsFPRegister());
H A Dassembler-arm64.cc243 } else if (regs[i].IsFPRegister()) {
/external/vixl/src/aarch64/
H A Ddebugger-aarch64.cc52 virtual bool IsFPRegister() const { return false; } function in class:vixl::aarch64::Token
119 virtual bool IsFPRegister() const VIXL_OVERRIDE { return true; }
124 VIXL_ASSERT(tok->IsFPRegister());
1369 if (tok->IsFPRegister()) {
1386 if (!target->IsRegister() && !target->IsFPRegister() &&
1396 } else if (target->IsFPRegister()) {
1416 } else if (target->IsFPRegister()) {
H A Doperands-aarch64.h157 return IsFPRegister() && (code_ < kNumberOfVRegisters);
192 bool IsFPRegister() const { return IsS() || IsD(); }
H A Dmacro-assembler-aarch64.cc2852 } else if (regs[i].IsFPRegister()) {
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc41 DCHECK(instr_->InputAt(index)->IsFPRegister());
1237 if (instr->InputAt(0)->IsFPRegister()) {
1247 if (instr->InputAt(0)->IsFPRegister()) {
1287 if (instr->InputAt(1)->IsFPRegister()) {
1322 if (instr->InputAt(1)->IsFPRegister()) {
2041 if (destination->IsFPRegister()) {
2057 if (destination->IsFPRegister()) {
2072 } else if (source->IsFPRegister()) {
2074 if (destination->IsFPRegister()) {
2082 DCHECK(destination->IsFPRegister() || destinatio
[all...]
/external/v8/src/compiler/
H A Dregister-allocator-verifier.cc231 CHECK(op->IsFPRegister());
242 CHECK(op->IsFPRegister());
258 CHECK(op->IsFPRegister() || op->IsFPStackSlot());
H A Dgap-resolver.cc98 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) {
H A Dmove-optimizer.cc39 if (!kSimpleFPAliasing && op.IsFPRegister())
53 if (!kSimpleFPAliasing && op.IsFPRegister()) {
H A Dinstruction.h85 inline bool IsFPRegister() const;
445 DCHECK(IsRegister() || IsFPRegister());
463 DCHECK(IsFPRegister());
581 bool InstructionOperand::IsFPRegister() const { function in class:v8::internal::compiler::InstructionOperand
647 if (IsFPRegister()) {
H A Dcode-generator.cc891 } else if (op->IsFPRegister()) {
H A Dinstruction.cc387 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot());
H A Dregister-allocator.cc335 if (op.IsRegister() || op.IsFPRegister()) {
720 DCHECK(op.IsRegister() || op.IsFPRegister());
1973 } else if (operand->IsFPRegister()) {
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc143 return instr->InputAt(index)->IsFPRegister();
1954 if (instr->InputAt(0)->IsFPRegister()) {
1966 if (instr->InputAt(0)->IsFPRegister()) {
1982 if (instr->InputAt(0)->IsFPRegister()) {
2753 DoubleRegister dst = destination->IsFPRegister()
2768 } else if (source->IsFPRegister()) {
2770 if (destination->IsFPRegister()) {
2783 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2785 if (destination->IsFPRegister()) {
2843 } else if (source->IsFPRegister()) {
[all...]
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc1109 if (instr->InputAt(1)->IsFPRegister()) {
1160 if (instr->InputAt(1)->IsFPRegister()) {
1485 if (instr->InputAt(0)->IsFPRegister()) {
2371 DwVfpRegister dst = destination->IsFPRegister()
2379 } else if (source->IsFPRegister()) {
2419 if (destination->IsFPRegister()) {
2492 } else if (source->IsFPRegister()) {
2497 if (destination->IsFPRegister()) {
2509 if (destination->IsFPRegister()) {
2524 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc1497 if (instr->InputAt(0)->IsFPRegister()) {
1512 if (instr->InputAt(0)->IsFPRegister()) {
2200 DCHECK(destination->IsFPRegister());
2206 DoubleRegister dst = destination->IsFPRegister()
2214 } else if (source->IsFPRegister()) {
2216 if (destination->IsFPRegister()) {
2233 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2236 if (destination->IsFPRegister()) {
2295 } else if (source->IsFPRegister()) {
2298 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/mips64/
H A Dcode-generator-mips64.cc1822 if (instr->InputAt(0)->IsFPRegister()) {
1837 if (instr->InputAt(0)->IsFPRegister()) {
2547 DCHECK(destination->IsFPRegister());
2553 DoubleRegister dst = destination->IsFPRegister()
2561 } else if (source->IsFPRegister()) {
2563 if (destination->IsFPRegister()) {
2571 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2573 if (destination->IsFPRegister()) {
2617 } else if (source->IsFPRegister()) {
2620 if (destination->IsFPRegister()) {
[all...]
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc1640 if (instr->InputAt(0)->IsFPRegister()) {
1651 if (instr->InputAt(0)->IsFPRegister()) {
1669 if (instr->InputAt(0)->IsFPRegister()) {
2422 DoubleRegister dst = destination->IsFPRegister()
2447 } else if (source->IsFPRegister()) {
2449 if (destination->IsFPRegister()) {
2462 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot());
2464 if (destination->IsFPRegister()) {
2523 } else if (source->IsFPRegister()) {
2526 if (destination->IsFPRegister()) {
[all...]
/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h119 bool IsFPRegister() const { return IsS() || IsD(); }

Completed in 305 milliseconds