Searched refs:kFloat64 (Results 1 - 25 of 52) sorted by relevance

123

/external/v8/src/compiler/
H A Drepresentation-change.h22 static Truncation Float64() { return Truncation(TruncationKind::kFloat64); }
38 return LessGeneral(kind_, TruncationKind::kFloat64);
45 return LessGeneral(kind_, TruncationKind::kFloat64) ||
65 kFloat64, member in class:v8::internal::compiler::final::TruncationKind
142 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64());
179 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64(),
187 return UseInfo(MachineRepresentation::kFloat64, Truncation::Any(),
H A Drepresentation-change.cc27 case TruncationKind::kFloat64:
42 // \ kFloat64 <--+
60 if (LessGeneral(rep1, TruncationKind::kFloat64) &&
61 LessGeneral(rep2, TruncationKind::kFloat64)) {
62 return TruncationKind::kFloat64;
85 rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny;
88 case TruncationKind::kFloat64:
89 return rep2 == TruncationKind::kFloat64 || rep2 == TruncationKind::kAny;
157 case MachineRepresentation::kFloat64:
219 } else if (output_rep == MachineRepresentation::kFloat64) {
[all...]
H A Dsimplified-lowering.cc84 return MachineRepresentation::kFloat64;
129 case MachineRepresentation::kFloat64:
828 MachineRepresentation::kFloat64);
851 return MachineRepresentation::kFloat64;
860 return MachineRepresentation::kFloat64;
1212 MachineRepresentation::kFloat64, Type::Number());
1318 MachineRepresentation::kFloat64, Type::Number());
1432 SetOutput(node, MachineRepresentation::kFloat64);
1641 MachineRepresentation::kFloat64, Type::Number());
1740 MachineRepresentation::kFloat64, Typ
[all...]
H A Dgap-resolver.cc20 const int kFloat64Bit = REP_BIT(MachineRepresentation::kFloat64);
117 split_rep_ = MachineRepresentation::kFloat64;
H A Daccess-info.cc318 field_type = type_cache_.kFloat64;
319 field_representation = MachineRepresentation::kFloat64;
518 field_type = type_cache_.kFloat64;
519 field_representation = MachineRepresentation::kFloat64;
H A Dtype-cache.h36 Type* const kFloat64 = Type::Number(); member in class:v8::internal::compiler::final
H A Dc-linkage.cc166 CHECK_NE(MachineRepresentation::kFloat64, rep);
171 CHECK_NE(MachineRepresentation::kFloat64, rep);
H A Deffect-control-linearizer.cc1169 value = graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
1870 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2), vtrue,
2986 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
2992 value = graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
3328 common()->Select(MachineRepresentation::kFloat64),
3334 vtrue0 = graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
3368 common()->Select(MachineRepresentation::kFloat64),
3376 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
3382 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
3388 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64,
[all...]
H A Dmachine-graph-verifier.cc220 MachineRepresentation::kFloat64;
563 if (MachineRepresentation::kFloat64 ==
570 << " which doesn't have a kFloat64 representation.";
641 case MachineRepresentation::kFloat64:
H A Dmove-optimizer.cc64 other_rep1 = MachineRepresentation::kFloat64;
67 case MachineRepresentation::kFloat64:
73 other_rep2 = MachineRepresentation::kFloat64;
H A Dcode-generator.cc832 if (type.representation() == MachineRepresentation::kFloat64) {
855 if (type.representation() == MachineRepresentation::kFloat64) {
918 case Constant::kFloat64:
922 DCHECK(type.representation() == MachineRepresentation::kFloat64 ||
H A Dinstruction.h485 case MachineRepresentation::kFloat64:
592 MachineRepresentation::kFloat64;
630 MachineRepresentation::kFloat64;
647 canonical = MachineRepresentation::kFloat64;
1033 kFloat64,
1042 explicit Constant(double v) : type_(kFloat64), value_(bit_cast<int64_t>(v)) {}
1074 DCHECK_EQ(kFloat64, type());
H A Dinstruction.cc205 case MachineRepresentation::kFloat64:
295 DCHECK_IMPLIES(kind == REGISTER && (rep == MachineRepresentation::kFloat64),
574 case Constant::kFloat64:
887 case MachineRepresentation::kFloat64:
/external/v8/src/
H A Dmachine-type.h30 kFloat64, member in class:v8::internal::MachineRepresentation
98 return MachineType(MachineRepresentation::kFloat64,
169 return MachineType(MachineRepresentation::kFloat64, MachineSemantic::kNone);
198 case MachineRepresentation::kFloat64:
263 case MachineRepresentation::kFloat64:
H A Dmachine-type.cc31 case MachineRepresentation::kFloat64:
H A Dregister-configuration.cc213 // Assert that kFloat32, kFloat64, and kSimd128 are consecutive values.
215 static_cast<int>(MachineRepresentation::kFloat64) + 1);
216 STATIC_ASSERT(static_cast<int>(MachineRepresentation::kFloat64) ==
H A Dcode-stubs.cc733 Variable var_fadd_lhs(assembler, MachineRepresentation::kFloat64),
734 var_fadd_rhs(assembler, MachineRepresentation::kFloat64),
939 Variable var_fsub_lhs(assembler, MachineRepresentation::kFloat64),
940 var_fsub_rhs(assembler, MachineRepresentation::kFloat64),
1134 Variable var_lhs_float64(assembler, MachineRepresentation::kFloat64),
1135 var_rhs_float64(assembler, MachineRepresentation::kFloat64),
1298 Variable var_dividend_float64(assembler, MachineRepresentation::kFloat64),
1299 var_divisor_float64(assembler, MachineRepresentation::kFloat64),
1520 Variable var_dividend_float64(assembler, MachineRepresentation::kFloat64),
1521 var_divisor_float64(assembler, MachineRepresentation::kFloat64),
[all...]
H A Dcode-stub-assembler.cc154 Variable var_x(this, MachineRepresentation::kFloat64);
179 Variable var_x(this, MachineRepresentation::kFloat64);
232 Variable var_x(this, MachineRepresentation::kFloat64);
283 Variable var_result(this, MachineRepresentation::kFloat64);
316 Variable var_x(this, MachineRepresentation::kFloat64);
509 Variable var_lhs_float64(this, MachineRepresentation::kFloat64),
510 var_rhs_float64(this, MachineRepresentation::kFloat64);
1331 MachineRepresentation::kFloat64);
1404 MachineRepresentation rep = MachineRepresentation::kFloat64;
2081 StoreNoWriteBarrier(MachineRepresentation::kFloat64, to_arra
[all...]
/external/v8/src/builtins/
H A Dbuiltins-number.cc590 Variable var_fadd_lhs(assembler, MachineRepresentation::kFloat64),
591 var_fadd_rhs(assembler, MachineRepresentation::kFloat64);
957 Variable var_fsub_lhs(assembler, MachineRepresentation::kFloat64),
958 var_fsub_rhs(assembler, MachineRepresentation::kFloat64);
1135 Variable var_lhs_float64(assembler, MachineRepresentation::kFloat64),
1136 var_rhs_float64(assembler, MachineRepresentation::kFloat64);
1289 Variable var_dividend_float64(assembler, MachineRepresentation::kFloat64),
1290 var_divisor_float64(assembler, MachineRepresentation::kFloat64);
1510 Variable var_dividend_float64(assembler, MachineRepresentation::kFloat64),
1511 var_divisor_float64(assembler, MachineRepresentation::kFloat64);
[all...]
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc51 case Constant::kFloat64:
1487 if (op->representation() == MachineRepresentation::kFloat64) {
1842 case Constant::kFloat64:
1874 DCHECK_EQ(Constant::kFloat64, src.type());
1885 if (rep == MachineRepresentation::kFloat64) {
1912 if (rep == MachineRepresentation::kFloat64) {
1923 if (rep == MachineRepresentation::kFloat64) {
1974 if (rep == MachineRepresentation::kFloat64) {
2009 if (rep == MachineRepresentation::kFloat64) {
/external/v8/src/compiler/mips/
H A Dcode-generator-mips.cc85 case Constant::kFloat64:
1516 if (op->representation() == MachineRepresentation::kFloat64) {
2097 case Constant::kFloat64:
2133 DCHECK_EQ(Constant::kFloat64, src.type());
2151 if (rep == MachineRepresentation::kFloat64) {
2165 if (rep == MachineRepresentation::kFloat64) {
2175 if (rep == MachineRepresentation::kFloat64) {
2236 if (rep == MachineRepresentation::kFloat64) {
2256 if (rep == MachineRepresentation::kFloat64) {
/external/v8/src/ic/
H A Dkeyed-store-generic.cc306 StoreNoWriteBarrier(MachineRepresentation::kFloat64, double_elements,
368 StoreNoWriteBarrier(MachineRepresentation::kFloat64, elements, offset,
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc81 case Constant::kFloat64:
2095 DCHECK_EQ(Constant::kFloat64, src_constant.type());
2120 if (rep == MachineRepresentation::kFloat64) {
2135 if (rep == MachineRepresentation::kFloat64) {
2145 if (rep == MachineRepresentation::kFloat64) {
2209 if (rep == MachineRepresentation::kFloat64) {
2228 if (rep == MachineRepresentation::kFloat64) {
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc67 case Constant::kFloat64:
1622 if (op->representation() == MachineRepresentation::kFloat64) {
1640 if (op->representation() == MachineRepresentation::kFloat64) {
2288 case Constant::kFloat64:
2331 if (op->representation() == MachineRepresentation::kFloat64) {
2342 if (op->representation() == MachineRepresentation::kFloat64) {
2350 if (op->representation() == MachineRepresentation::kFloat64) {
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc75 case Constant::kFloat64:
1089 DCHECK_EQ(Constant::kFloat64, src_constant.type());
1897 DCHECK(allocated.representation() == MachineRepresentation::kFloat64);
1910 DCHECK(allocated.representation() == MachineRepresentation::kFloat64);
2577 DCHECK_EQ(Constant::kFloat64, src_constant.type());
2605 case MachineRepresentation::kFloat64:
2622 case MachineRepresentation::kFloat64:
2635 case MachineRepresentation::kFloat64:
2684 case MachineRepresentation::kFloat64:
2701 case MachineRepresentation::kFloat64
[all...]

Completed in 441 milliseconds

123