Home
last modified time | relevance | path

Searched refs:IsDouble (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/TableGen/
DLetInsideMultiClasses.td1 // RUN: llvm-tblgen %s | grep "bit IsDouble = 1;" | count 3
7 bit IsDouble = 0;
21 let IsDouble = 0 in
24 let IsDouble = 1 in
/external/v8/src/ia32/
Dlithium-ia32.cc882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()
883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1048 ASSERT(!value->representation().IsDouble()); in DoBranch()
1195 ASSERT(instr->representation().IsDouble()); in DoUnaryMathOperation()
1196 ASSERT(instr->value()->representation().IsDouble()); in DoUnaryMathOperation()
1340 if (instr->representation().IsDouble()) { in DoDiv()
1386 ASSERT(instr->representation().IsDouble()); in DoMod()
1414 } else if (instr->representation().IsDouble()) { in DoMul()
1435 } else if (instr->representation().IsDouble()) { in DoSub()
[all …]
Dlithium-codegen-ia32.cc1427 } else if (r.IsDouble()) { in DoBranch()
2870 if (r.IsDouble()) { in DoMathAbs()
3051 ASSERT(exponent_type.IsDouble()); in DoPower()
Dlithium-ia32.h585 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
/external/v8/src/x64/
Dlithium-x64.cc877 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()
878 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
879 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1042 ASSERT(!value->representation().IsDouble()); in DoBranch()
1295 if (instr->representation().IsDouble()) { in DoDiv()
1341 ASSERT(instr->representation().IsDouble()); in DoMod()
1365 } else if (instr->representation().IsDouble()) { in DoMul()
1386 } else if (instr->representation().IsDouble()) { in DoSub()
1407 } else if (instr->representation().IsDouble()) { in DoAdd()
1418 ASSERT(instr->representation().IsDouble()); in DoPower()
[all …]
Dlithium-x64.h594 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
Dlithium-codegen-x64.cc1391 } else if (r.IsDouble()) { in DoBranch()
2825 if (r.IsDouble()) { in DoMathAbs()
3009 ASSERT(exponent_type.IsDouble()); in DoPower()
/external/v8/src/arm/
Dlithium-arm.cc882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()
883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1304 if (instr->representation().IsDouble()) { in DoDiv()
1351 ASSERT(instr->representation().IsDouble()); in DoMod()
1385 } else if (instr->representation().IsDouble()) { in DoMul()
1406 } else if (instr->representation().IsDouble()) { in DoSub()
1426 } else if (instr->representation().IsDouble()) { in DoAdd()
1436 ASSERT(instr->representation().IsDouble()); in DoPower()
1440 ASSERT(instr->left()->representation().IsDouble()); in DoPower()
[all …]
Dlithium-codegen-arm.cc330 } else if (r.IsDouble()) { in EmitLoadRegister()
371 } else if (r.IsDouble()) { in EmitLoadDoubleRegister()
423 } else if (r.IsDouble()) { in ToOperand()
1606 } else if (r.IsDouble()) { in DoBranch()
3103 if (r.IsDouble()) { in DoMathAbs()
3271 ASSERT(exponent_type.IsDouble()); in DoPower()
Dlithium-arm.h610 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
/external/v8/src/mips/
Dlithium-mips.cc882 ASSERT(instr->representation().IsDouble()); in DoArithmeticD()
883 ASSERT(instr->left()->representation().IsDouble()); in DoArithmeticD()
884 ASSERT(instr->right()->representation().IsDouble()); in DoArithmeticD()
1305 if (instr->representation().IsDouble()) { in DoDiv()
1352 ASSERT(instr->representation().IsDouble()); in DoMod()
1386 } else if (instr->representation().IsDouble()) { in DoMul()
1407 } else if (instr->representation().IsDouble()) { in DoSub()
1427 } else if (instr->representation().IsDouble()) { in DoAdd()
1437 ASSERT(instr->representation().IsDouble()); in DoPower()
1441 ASSERT(instr->left()->representation().IsDouble()); in DoPower()
[all …]
Dlithium-codegen-mips.cc300 } else if (r.IsDouble()) { in EmitLoadRegister()
341 } else if (r.IsDouble()) { in EmitLoadDoubleRegister()
391 } else if (r.IsDouble()) { in ToOperand()
1465 } else if (r.IsDouble()) { in DoBranch()
2986 if (r.IsDouble()) { in DoMathAbs()
3168 ASSERT(exponent_type.IsDouble()); in DoPower()
Dlithium-mips.h609 return hydrogen()->GetInputRepresentation().IsDouble(); in is_double()
/external/v8/src/
Dtype-info.h158 inline bool IsDouble() { in IsDouble() function
Dhydrogen-instructions.cc1307 if (r.IsDouble() && !has_double_value_) return NULL; in CopyToRepresentation()
1491 if (r.IsDouble()) { in SetInputRepresentation()
1939 if (from().IsDouble() && to().IsTagged()) return HType::HeapNumber(); in CalculateInferredType()
2269 if (hint.IsDouble()) double_occurred = true; in InferredRepresentation()
2274 if (value->representation().IsDouble()) double_occurred = true; in InferredRepresentation()
Dlithium-allocator.h323 bool IsDouble() const { return is_double_; } in IsDouble() function
Dlithium-allocator.cc232 if (IsDouble()) { in CreateAssignedOperand()
1050 } else if (!phi->representation().IsDouble()) { in ResolvePhis()
1460 if (range->IsDouble()) { in ProcessOsrEntry()
1621 if (value != NULL && value->representation().IsDouble()) { in RequiredRegisterKind()
Dhydrogen.cc2132 if (phi->representation().IsDouble()) { in MarkDeoptimizeOnUndefined()
2157 ASSERT(change->to().IsTagged() || change->to().IsDouble()); in ComputeMinusZeroChecks()
5647 if (!left->representation().IsDouble()) { in TryInlineBuiltinMethodCall()
5656 if (!right->representation().IsDouble()) { in TryInlineBuiltinMethodCall()
5690 if (left_operand->representation().IsDouble()) { in TryInlineBuiltinMethodCall()
6547 if (instr->IsBitwiseBinaryOperation() && rep.IsDouble()) { in BuildBinaryOperation()
6718 if (info.IsDouble()) return Representation::Double(); in ToRepresentation()
Dhydrogen-instructions.h318 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
2405 virtual bool EmitAtUses() { return !representation().IsDouble(); }
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp393 bool IsDouble = StringSwitch<bool>(Mnemonic.lower()) in requestsDoubleOperand() local
400 return IsDouble; in requestsDoubleOperand()
/external/llvm/docs/
DTableGenFundamentals.rst748 let IsDouble = 0 in
751 let IsDouble = 1 in