HomeSort by relevance Sort by last modified time
    Searched refs:kFloat64 (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/v8/src/compiler/
representation-change.h 22 static Truncation Float64() { return Truncation(TruncationKind::kFloat64); }
38 return LessGeneral(kind_, TruncationKind::kFloat64);
45 return LessGeneral(kind_, TruncationKind::kFloat64) ||
65 kFloat64,
142 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64());
179 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64(),
187 return UseInfo(MachineRepresentation::kFloat64, Truncation::Any(),
representation-change.cc 29 case TruncationKind::kFloat64:
44 // \ kFloat64 <--+
62 if (LessGeneral(rep1, TruncationKind::kFloat64) &&
63 LessGeneral(rep2, TruncationKind::kFloat64)) {
64 return TruncationKind::kFloat64;
87 rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny;
90 case TruncationKind::kFloat64:
91 return rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny;
159 case MachineRepresentation::kFloat64:
222 } else if (output_rep == MachineRepresentation::kFloat64) {
    [all...]
simplified-lowering.cc 84 return MachineRepresentation::kFloat64;
129 case MachineRepresentation::kFloat64:
859 MachineRepresentation::kFloat64);
882 return MachineRepresentation::kFloat64;
891 return MachineRepresentation::kFloat64;
    [all...]
gap-resolver.cc 20 const int kFloat64Bit = REP_BIT(MachineRepresentation::kFloat64);
117 split_rep_ = MachineRepresentation::kFloat64;
access-info.cc 318 field_type = type_cache_.kFloat64;
319 field_representation = MachineRepresentation::kFloat64;
546 field_type = type_cache_.kFloat64;
547 field_representation = MachineRepresentation::kFloat64;
c-linkage.cc 166 CHECK_NE(MachineRepresentation::kFloat64, rep);
171 CHECK_NE(MachineRepresentation::kFloat64, rep);
move-optimizer.cc 64 other_rep1 = MachineRepresentation::kFloat64;
67 case MachineRepresentation::kFloat64:
73 other_rep2 = MachineRepresentation::kFloat64;
instruction.h 485 case MachineRepresentation::kFloat64:
595 MachineRepresentation::kFloat64;
633 MachineRepresentation::kFloat64;
650 canonical = MachineRepresentation::kFloat64;
    [all...]
type-cache.h 36 Type* const kFloat64 = Type::Number();
code-generator.cc     [all...]
instruction.cc 207 case MachineRepresentation::kFloat64:
306 DCHECK_IMPLIES(kind == REGISTER && (rep == MachineRepresentation::kFloat64),
587 case Constant::kFloat64:
900 case MachineRepresentation::kFloat64:
    [all...]
machine-graph-verifier.cc 260 MachineRepresentation::kFloat64;
692 if (MachineRepresentation::kFloat64 ==
699 << " which doesn't have a kFloat64 representation.";
771 case MachineRepresentation::kFloat64:
instruction-selector-impl.h 204 sequence()->MarkAsRepresentation(MachineRepresentation::kFloat64,
instruction-selector.h 261 MarkAsRepresentation(MachineRepresentation::kFloat64, node);
effect-control-linearizer.cc     [all...]
  /external/v8/src/
machine-type.cc 31 case MachineRepresentation::kFloat64:
machine-type.h 30 kFloat64,
127 return MachineType(MachineRepresentation::kFloat64,
184 return MachineType(MachineRepresentation::kFloat64, MachineSemantic::kNone);
223 case MachineRepresentation::kFloat64:
294 case MachineRepresentation::kFloat64:
register-configuration.cc 213 // Assert that kFloat32, kFloat64, and kSimd128 are consecutive values.
215 static_cast<int>(MachineRepresentation::kFloat64) + 1);
216 STATIC_ASSERT(static_cast<int>(MachineRepresentation::kFloat64) ==
code-stubs.cc 536 Variable var_fadd_lhs(assembler, MachineRepresentation::kFloat64),
537 var_fadd_rhs(assembler, MachineRepresentation::kFloat64),
742 Variable var_fsub_lhs(assembler, MachineRepresentation::kFloat64),
743 var_fsub_rhs(assembler, MachineRepresentation::kFloat64),
937 Variable var_lhs_float64(assembler, MachineRepresentation::kFloat64),
938 var_rhs_float64(assembler, MachineRepresentation::kFloat64),
    [all...]
code-stub-assembler.cc 215 Variable var_x(this, MachineRepresentation::kFloat64, Float64Ceil(x));
236 Variable var_x(this, MachineRepresentation::kFloat64, x);
288 Variable var_x(this, MachineRepresentation::kFloat64, x);
338 Variable var_result(this, MachineRepresentation::kFloat64);
371 Variable var_x(this, MachineRepresentation::kFloat64, x);
525 Variable var_lhs_float64(this, MachineRepresentation::kFloat64),
526 var_rhs_float64(this, MachineRepresentation::kFloat64);
    [all...]
  /external/v8/src/builtins/
builtins-number.cc 565 Variable var_fadd_lhs(this, MachineRepresentation::kFloat64),
566 var_fadd_rhs(this, MachineRepresentation::kFloat64);
908 Variable var_fsub_lhs(this, MachineRepresentation::kFloat64),
909 var_fsub_rhs(this, MachineRepresentation::kFloat64);
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 52 case Constant::kFloat64:
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc 73 case Constant::kFloat64:
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 249 case MachineRepresentation::kFloat64:
337 case MachineRepresentation::kFloat64:
    [all...]
  /external/v8/src/ic/
keyed-store-generic.cc 329 StoreNoWriteBarrier(MachineRepresentation::kFloat64, double_elements,
391 StoreNoWriteBarrier(MachineRepresentation::kFloat64, elements, offset,
713 MachineRepresentation::kFloat64);
    [all...]

Completed in 684 milliseconds

1 2 3