Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToTagged (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dsimplified-operator-reducer-unittest.cc198 simplified()->ChangeFloat64ToTagged(mode), Float64Constant(n))); in TEST_F()
229 graph()->NewNode(simplified()->ChangeFloat64ToTagged(mode), param0))); in TEST_F()
286 graph()->NewNode(simplified()->ChangeFloat64ToTagged(mode), param0))); in TEST_F()
312 graph()->NewNode(simplified()->ChangeFloat64ToTagged(mode), param0))); in TEST_F()
338 graph()->NewNode(simplified()->ChangeFloat64ToTagged(mode), param0))); in TEST_F()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-math-gen.cc130 Node* result = ChangeFloat64ToTagged(value); in MathRoundingOperation()
170 arguments.PopAndReturn(ChangeFloat64ToTagged(result.value())); in MathMaxMin()
392 return ChangeFloat64ToTagged(value); in MathPow()
451 Return(ChangeFloat64ToTagged(x_value)); in TF_BUILTIN()
H A Dbuiltins-conversion-gen.cc305 Node* result = ChangeFloat64ToTagged(value); in TF_BUILTIN()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-wasm-gen.cc52 Return(ChangeFloat64ToTagged(val)); in TF_BUILTIN()
H A Dconversion.tq88 return ChangeFloat64ToTagged(value);
H A Dconvert.tq290 return ChangeFloat64ToTagged(d);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-wasm-gen.cc53 Return(ChangeFloat64ToTagged(val)); in TF_BUILTIN()
H A Dconversion.tq69 return ChangeFloat64ToTagged(value);
H A Dconvert.tq272 return ChangeFloat64ToTagged(d);
H A Dbase.tq500 const result = ChangeFloat64ToTagged(value);
988 extern macro ChangeFloat64ToTagged(float64): Number;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-conversion-gen.cc357 TNode<Number> result = ChangeFloat64ToTagged(value); in TF_BUILTIN()
H A Dconvert.tq228 return ChangeFloat64ToTagged(d);
H A Dbase.tq453 const result = ChangeFloat64ToTagged(value);
894 extern macro ChangeFloat64ToTagged(float64): Number;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Drepresentation-change.cc446 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
463 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
H A Dsimplified-operator.h604 const Operator* ChangeFloat64ToTagged(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
H A Dopcodes.h231 V(ChangeFloat64ToTagged) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Drepresentation-change.cc550 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
569 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
H A Dsimplified-operator.h771 const Operator* ChangeFloat64ToTagged(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
H A Dopcodes.h249 V(ChangeFloat64ToTagged) \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Drepresentation-change.cc574 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
593 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
H A Dopcodes.h258 V(ChangeFloat64ToTagged) \
H A Dsimplified-operator.h871 const Operator* ChangeFloat64ToTagged(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Drepresentation-change.cc579 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
598 op = simplified()->ChangeFloat64ToTagged( in GetTaggedRepresentationFor()
H A Dsimplified-operator.h906 const Operator* ChangeFloat64ToTagged(CheckForMinusZeroMode); in NON_EXPORTED_BASE()
H A Dopcodes.h261 V(ChangeFloat64ToTagged) \

12