Home
last modified time | relevance | path

Searched refs:ChangeUint32ToFloat64 (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Deffect-control-linearizer.h125 Node* ChangeUint32ToFloat64(Node* value);
Dsimplified-operator-reducer.cc91 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0)); in Reduce()
Drepresentation-change.cc276 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor()
336 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
Dcode-assembler.h132 V(ChangeUint32ToFloat64) \
Dmachine-operator.h291 const Operator* ChangeUint32ToFloat64();
Draw-machine-assembler.h509 Node* ChangeUint32ToFloat64(Node* a) { in ChangeUint32ToFloat64() function
510 return AddNode(machine()->ChangeUint32ToFloat64(), a); in ChangeUint32ToFloat64()
Dopcodes.h350 V(ChangeUint32ToFloat64) \
Deffect-control-linearizer.cc662 ChangeUint32ToFloat64(value), effect, if_false); in LowerChangeUint32ToTagged()
1499 Node* EffectControlLinearizer::ChangeUint32ToFloat64(Node* value) { in ChangeUint32ToFloat64() function in v8::internal::compiler::EffectControlLinearizer
1500 return graph()->NewNode(machine()->ChangeUint32ToFloat64(), value); in ChangeUint32ToFloat64()
Dmachine-operator.cc136 V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc688 op = m->ChangeUint32ToFloat64(); in Unop()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc237 PURE(ChangeUint32ToFloat64, 1, 0, 1), // --
Dmachine-operator-reducer-unittest.cc312 graph()->NewNode(machine()->ChangeUint32ToFloat64(), value))); in TEST_F()
363 Reduce(graph()->NewNode(machine()->ChangeUint32ToFloat64(), in TEST_F()
Dnode-test-utils.cc2301 IS_UNOP_MATCHER(ChangeUint32ToFloat64)
/external/v8/test/unittests/compiler/ia32/
Dinstruction-selector-ia32-unittest.cc159 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST_F()
/external/v8/test/unittests/compiler/mips/
Dinstruction-selector-mips-unittest.cc231 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
/external/v8/src/
Dcode-stub-assembler.cc1171 Node* float64_value = ChangeUint32ToFloat64(value); in ChangeUint32ToTagged()
1658 Node* key_as_float64 = ChangeUint32ToFloat64(key); in NumberDictionaryLookup()
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc245 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
/external/v8/test/unittests/compiler/x64/
Dinstruction-selector-x64-unittest.cc39 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST_F()
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc322 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc4012 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST()