/external/v8/src/compiler/ |
D | effect-control-linearizer.h | 125 Node* ChangeUint32ToFloat64(Node* value);
|
D | simplified-operator-reducer.cc | 91 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0)); in Reduce()
|
D | representation-change.cc | 276 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor() 336 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
|
D | code-assembler.h | 132 V(ChangeUint32ToFloat64) \
|
D | machine-operator.h | 291 const Operator* ChangeUint32ToFloat64();
|
D | raw-machine-assembler.h | 509 Node* ChangeUint32ToFloat64(Node* a) { in ChangeUint32ToFloat64() function 510 return AddNode(machine()->ChangeUint32ToFloat64(), a); in ChangeUint32ToFloat64()
|
D | opcodes.h | 350 V(ChangeUint32ToFloat64) \
|
D | effect-control-linearizer.cc | 662 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()
|
D | machine-operator.cc | 136 V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 688 op = m->ChangeUint32ToFloat64(); in Unop()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 237 PURE(ChangeUint32ToFloat64, 1, 0, 1), // --
|
D | machine-operator-reducer-unittest.cc | 312 graph()->NewNode(machine()->ChangeUint32ToFloat64(), value))); in TEST_F() 363 Reduce(graph()->NewNode(machine()->ChangeUint32ToFloat64(), in TEST_F()
|
D | node-test-utils.cc | 2301 IS_UNOP_MATCHER(ChangeUint32ToFloat64)
|
/external/v8/test/unittests/compiler/ia32/ |
D | instruction-selector-ia32-unittest.cc | 159 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST_F()
|
/external/v8/test/unittests/compiler/mips/ |
D | instruction-selector-mips-unittest.cc | 231 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
|
/external/v8/src/ |
D | code-stub-assembler.cc | 1171 Node* float64_value = ChangeUint32ToFloat64(value); in ChangeUint32ToTagged() 1658 Node* key_as_float64 = ChangeUint32ToFloat64(key); in NumberDictionaryLookup()
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 245 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
|
/external/v8/test/unittests/compiler/x64/ |
D | instruction-selector-x64-unittest.cc | 39 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST_F()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 322 {{&RawMachineAssembler::ChangeUint32ToFloat64, "ChangeUint32ToFloat64",
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 4012 m.Return(m.ChangeUint32ToFloat64(m.Parameter(0))); in TEST()
|