Home
last modified time | relevance | path

Searched refs:Float64Constant (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/compiler/
Dmachine-operator-reducer.h35 Node* Float64Constant(volatile double value); in NON_EXPORTED_BASE()
64 return Replace(Float64Constant(value)); in NON_EXPORTED_BASE()
Deffect-control-linearizer.cc930 Node* fzero = __ Float64Constant(0.0); in LowerTruncateTaggedToBit()
2496 Node* const zero = __ Float64Constant(0.0); in LowerFloat64RoundUp()
2497 Node* const two_52 = __ Float64Constant(4503599627370496.0E0); in LowerFloat64RoundUp()
2498 Node* const one = __ Float64Constant(1.0); in LowerFloat64RoundUp()
2520 Node* const minus_two_52 = __ Float64Constant(-4503599627370496.0E0); in LowerFloat64RoundUp()
2525 Node* const minus_zero = __ Float64Constant(-0.0); in LowerFloat64RoundUp()
2586 Node* const zero = __ Float64Constant(0.0); in BuildFloat64RoundDown()
2587 Node* const two_52 = __ Float64Constant(4503599627370496.0E0); in BuildFloat64RoundDown()
2595 Node* const one = __ Float64Constant(1.0); in BuildFloat64RoundDown()
2610 Node* const minus_two_52 = __ Float64Constant(-4503599627370496.0E0); in BuildFloat64RoundDown()
[all …]
Djs-graph.cc249 Node* JSGraph::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::JSGraph
252 *loc = graph()->NewNode(common()->Float64Constant(value)); in Float64Constant()
Dmachine-operator-reducer.cc33 Node* MachineOperatorReducer::Float64Constant(volatile double value) { in Float64Constant() function in v8::internal::compiler::MachineOperatorReducer
34 return jsgraph()->Float64Constant(value); in Float64Constant()
53 graph()->NewNode(machine()->Float64Add(), Float64Constant(0.0), value); in Float64PowHalf()
56 Float64Constant(-V8_INFINITY)), in Float64PowHalf()
58 return d.Phi(MachineRepresentation::kFloat64, Float64Constant(V8_INFINITY), in Float64PowHalf()
406 node->ReplaceInput(0, Float64Constant(-0.0)); in Reduce()
450 node->ReplaceInput(1, Float64Constant(1.0 / m.right().Value())); in Reduce()
568 node->ReplaceInput(0, Float64Constant(1.0)); in Reduce()
578 node->ReplaceInput(0, Float64Constant(1.0)); in Reduce()
Dgraph-assembler.cc42 Node* GraphAssembler::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::GraphAssembler
43 return jsgraph()->Float64Constant(value); in Float64Constant()
Djs-graph.h119 Node* Float64Constant(double value); in NON_EXPORTED_BASE()
Drepresentation-change.cc502 return jsgraph()->Float64Constant(OpParameter<double>(node)); in GetFloat64RepresentationFor()
517 return jsgraph()->Float64Constant(0.0); in GetFloat64RepresentationFor()
533 return jsgraph()->Float64Constant( in GetFloat64RepresentationFor()
747 jsgraph()->Float64Constant(0.0), node); in GetBitRepresentationFor()
Dsimplified-lowering.cc3035 jsgraph()->Float64Constant(std::numeric_limits<double>::quiet_NaN()); in DoLoadBuffer()
3069 Node* const one = jsgraph()->Float64Constant(1.0); in Float64Round()
3070 Node* const one_half = jsgraph()->Float64Constant(0.5); in Float64Round()
3085 Node* const minus_one = jsgraph()->Float64Constant(-1.0); in Float64Sign()
3086 Node* const zero = jsgraph()->Float64Constant(0.0); in Float64Sign()
3087 Node* const one = jsgraph()->Float64Constant(1.0); in Float64Sign()
3440 jsgraph()->Float64Constant(0.0))); in DoOrderedNumberToBit()
3448 node->ReplaceInput(0, jsgraph()->Float64Constant(0.0)); in DoNumberToBit()
3456 Node* const min = jsgraph()->Float64Constant(0.0); in DoIntegerToUint8Clamped()
3457 Node* const max = jsgraph()->Float64Constant(255.0); in DoIntegerToUint8Clamped()
[all …]
Dsimplified-operator-reducer.cc237 return Replace(jsgraph()->Float64Constant(value)); in ReplaceFloat64()
Dcommon-operator.h340 const Operator* Float64Constant(volatile double); in NON_EXPORTED_BASE()
Dcode-assembler.cc203 Node* CodeAssembler::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::CodeAssembler
204 return raw_assembler()->Float64Constant(value); in Float64Constant()
Dgraph-assembler.h241 Node* Float64Constant(double value);
Dcode-assembler.h222 Node* Float64Constant(double value);
Dwasm-compiler.h149 Node* Float64Constant(double value);
Draw-machine-assembler.h99 Node* Float64Constant(double value) { in Float64Constant() function
100 return AddNode(common()->Float64Constant(value)); in Float64Constant()
Dopcodes.h43 V(Float64Constant) \
Dcommon-operator.cc1048 const Operator* CommonOperatorBuilder::Float64Constant(volatile double value) { in Float64Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc276 return jsgraph()->Float64Constant(bit_cast<double>(0xdeadbeefdeadbeef)); in GetTrapValue()
1056 Node* WasmGraphBuilder::Float64Constant(double value) { in Float64Constant() function in v8::internal::compiler::WasmGraphBuilder
1057 return jsgraph()->Float64Constant(value); in Float64Constant()
2601 jsgraph()->Float64Constant(std::numeric_limits<double>::quiet_NaN()); in BuildChangeTaggedToFloat64()
/external/v8/src/builtins/
Dbuiltins-number.cc99 Branch(Float64Equal(Float64Sub(number_value, integer), Float64Constant(0.0)), in TF_BUILTIN()
152 Float64Equal(Float64Sub(number_value, integer), Float64Constant(0.0)), in TF_BUILTIN()
157 Float64Constant(kMaxSafeInteger)), in TF_BUILTIN()
239 Branch(Float64Equal(input_value, Float64Constant(0.0)), in TF_BUILTIN()
305 GotoIfNot(Float64LessThan(input_value_abs, Float64Constant(1e9)), in TF_BUILTIN()
307 Branch(Float64LessThan(Float64Constant(0.01), input_value_abs), in TF_BUILTIN()
Dbuiltins-math.cc456 GotoIf(Float64LessThan(x_value, Float64Constant(0.0)), &if_xisnegative); in TF_BUILTIN()
457 GotoIf(Float64LessThan(Float64Constant(0.0), x_value), &if_xispositive); in TF_BUILTIN()
Dbuiltins-conversion.cc371 len_value, assembler.Float64Constant(0.0)), in Generate_ToLength()
377 len_value, assembler.Float64Constant(kMaxSafeInteger)), in Generate_ToLength()
Dbuiltins-string.cc1577 Node* const float_zero = Float64Constant(0.); in TF_BUILTIN()
1628 Node* const float_zero = Float64Constant(0.); in TF_BUILTIN()
1690 Node* const float_zero = Float64Constant(0.); in ToSmiBetweenZeroAnd()
/external/v8/src/
Dcode-stub-assembler.cc209 Node* one = Float64Constant(1.0); in Float64Round()
210 Node* one_half = Float64Constant(0.5); in Float64Round()
231 Node* one = Float64Constant(1.0); in Float64Ceil()
232 Node* zero = Float64Constant(0.0); in Float64Ceil()
233 Node* two_52 = Float64Constant(4503599627370496.0E0); in Float64Ceil()
234 Node* minus_two_52 = Float64Constant(-4503599627370496.0E0); in Float64Ceil()
283 Node* one = Float64Constant(1.0); in Float64Floor()
284 Node* zero = Float64Constant(0.0); in Float64Floor()
285 Node* two_52 = Float64Constant(4503599627370496.0E0); in Float64Floor()
286 Node* minus_two_52 = Float64Constant(-4503599627370496.0E0); in Float64Floor()
[all …]
/external/v8/src/wasm/
Dfunction-body-decoder.cc661 return builder_->Float64Constant(0); in DefaultValue()
1054 Push(kWasmF64, BUILD(Float64Constant, operand.value)); in DecodeFunctionBody()
/external/v8/src/interpreter/
Dinterpreter.cc1884 Node* one = assembler->Float64Constant(1.0); in DoInc()
2022 Node* one = assembler->Float64Constant(1.0); in DoDec()

12