Searched refs:IsDouble (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/x64/
H A Dlithium-x64.cc877 ASSERT(instr->representation().IsDouble());
878 ASSERT(instr->left()->representation().IsDouble());
879 ASSERT(instr->right()->representation().IsDouble());
1042 ASSERT(!value->representation().IsDouble());
1295 if (instr->representation().IsDouble()) {
1341 ASSERT(instr->representation().IsDouble());
1365 } else if (instr->representation().IsDouble()) {
1386 } else if (instr->representation().IsDouble()) {
1407 } else if (instr->representation().IsDouble()) {
1418 ASSERT(instr->representation().IsDouble());
[all...]
H A Dlithium-codegen-x64.cc1391 } else if (r.IsDouble()) {
2825 if (r.IsDouble()) {
3009 ASSERT(exponent_type.IsDouble());
H A Dlithium-x64.h594 return hydrogen()->GetInputRepresentation().IsDouble();
/external/v8/src/arm/
H A Dlithium-arm.cc882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble());
884 ASSERT(instr->right()->representation().IsDouble());
1304 if (instr->representation().IsDouble()) {
1351 ASSERT(instr->representation().IsDouble());
1385 } else if (instr->representation().IsDouble()) {
1406 } else if (instr->representation().IsDouble()) {
1426 } else if (instr->representation().IsDouble()) {
1436 ASSERT(instr->representation().IsDouble());
1440 ASSERT(instr->left()->representation().IsDouble());
[all...]
H A Dlithium-codegen-arm.cc330 } else if (r.IsDouble()) {
371 } else if (r.IsDouble()) {
423 } else if (r.IsDouble()) {
1606 } else if (r.IsDouble()) {
3103 if (r.IsDouble()) {
3271 ASSERT(exponent_type.IsDouble());
H A Dlithium-arm.h610 return hydrogen()->GetInputRepresentation().IsDouble();
/external/v8/src/mips/
H A Dlithium-mips.cc882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble());
884 ASSERT(instr->right()->representation().IsDouble());
1305 if (instr->representation().IsDouble()) {
1352 ASSERT(instr->representation().IsDouble());
1386 } else if (instr->representation().IsDouble()) {
1407 } else if (instr->representation().IsDouble()) {
1427 } else if (instr->representation().IsDouble()) {
1437 ASSERT(instr->representation().IsDouble());
1441 ASSERT(instr->left()->representation().IsDouble());
[all...]
H A Dlithium-codegen-mips.cc300 } else if (r.IsDouble()) {
341 } else if (r.IsDouble()) {
391 } else if (r.IsDouble()) {
1465 } else if (r.IsDouble()) {
2986 if (r.IsDouble()) {
3168 ASSERT(exponent_type.IsDouble());
H A Dlithium-mips.h609 return hydrogen()->GetInputRepresentation().IsDouble();
/external/v8/src/ia32/
H A Dlithium-ia32.cc882 ASSERT(instr->representation().IsDouble());
883 ASSERT(instr->left()->representation().IsDouble());
884 ASSERT(instr->right()->representation().IsDouble());
1048 ASSERT(!value->representation().IsDouble());
1195 ASSERT(instr->representation().IsDouble());
1196 ASSERT(instr->value()->representation().IsDouble());
1340 if (instr->representation().IsDouble()) {
1386 ASSERT(instr->representation().IsDouble());
1414 } else if (instr->representation().IsDouble()) {
1435 } else if (instr->representation().IsDouble()) {
[all...]
H A Dlithium-codegen-ia32.cc1427 } else if (r.IsDouble()) {
2870 if (r.IsDouble()) {
3051 ASSERT(exponent_type.IsDouble());
H A Dlithium-ia32.h585 return hydrogen()->GetInputRepresentation().IsDouble();
/external/v8/src/
H A Dtype-info.h158 inline bool IsDouble() { function in class:v8::internal::TypeInfo
H A Dlithium-allocator.h323 bool IsDouble() const { return is_double_; } function in class:v8::internal::LiveRange
H A Dhydrogen-instructions.cc1307 if (r.IsDouble() && !has_double_value_) return NULL;
1491 if (r.IsDouble()) {
1939 if (from().IsDouble() && to().IsTagged()) return HType::HeapNumber();
2269 if (hint.IsDouble()) double_occurred = true;
2274 if (value->representation().IsDouble()) double_occurred = true;
H A Dlithium-allocator.cc232 if (IsDouble()) {
1050 } else if (!phi->representation().IsDouble()) {
1460 if (range->IsDouble()) {
1621 if (value != NULL && value->representation().IsDouble()) {
H A Dhydrogen.cc2132 if (phi->representation().IsDouble()) {
2157 ASSERT(change->to().IsTagged() || change->to().IsDouble());
5647 if (!left->representation().IsDouble()) {
5656 if (!right->representation().IsDouble()) {
5690 if (left_operand->representation().IsDouble()) {
6547 if (instr->IsBitwiseBinaryOperation() && rep.IsDouble()) {
6718 if (info.IsDouble()) return Representation::Double();
H A Dhydrogen-instructions.h318 bool IsDouble() const { return kind_ == kDouble; } function in class:v8::internal::Representation
2405 virtual bool EmitAtUses() { return !representation().IsDouble(); }

Completed in 1287 milliseconds