Home
last modified time | relevance | path

Searched refs:ChangeUint32ToFloat64 (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.cc101 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0)); in Reduce()
H A Drepresentation-change.cc661 op = machine()->ChangeUint32ToFloat64(); in GetFloat32RepresentationFor()
732 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
739 op = machine()->ChangeUint32ToFloat64(); in GetFloat64RepresentationFor()
1560 return jsgraph()->graph()->NewNode(machine()->ChangeUint32ToFloat64(), node); in InsertChangeUint32ToFloat64()
H A Draw-machine-assembler.h771 Node* ChangeUint32ToFloat64(Node* a) { in ChangeUint32ToFloat64() function in v8::internal::compiler::RawMachineAssembler
772 return AddNode(machine()->ChangeUint32ToFloat64(), a); in ChangeUint32ToFloat64()
H A Dgraph-assembler.h43 V(ChangeUint32ToFloat64) \
H A Dmachine-operator.h567 const Operator* ChangeUint32ToFloat64();
H A Dopcodes.h726 V(ChangeUint32ToFloat64) \
H A Dcode-assembler.cc651 return UncheckedCast<Float64T>(raw_assembler()->ChangeUint32ToFloat64(value)); in ChangeUintPtrToFloat64()
H A Dcode-assembler.h338 V(ChangeUint32ToFloat64, Float64T, Word32T) \
H A Dmachine-operator.cc342 V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
H A Dwasm-compiler.cc1173 op = m->ChangeUint32ToFloat64(); in Unop()
H A Deffect-control-linearizer.cc1548 Node* number = AllocateHeapNumberWithValue(__ ChangeUint32ToFloat64(value)); in ChangeUint32ToTagged()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1363 V(Word32, ChangeUint32ToFloat64, kS390_Uint32ToDouble, OperandMode::kNone, \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1556 V(ChangeUint32ToFloat64, kArmVcvtF64U32) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1753 V(ChangeUint32ToFloat64, kSSEUint32ToFloat64) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1459 V(ChangeUint32ToFloat64, kArm64Uint32ToFloat64) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1169 #define RO_WITH_TEMP_OP_LIST(V) V(ChangeUint32ToFloat64, kIA32Uint32ToFloat64)
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5792 TNode<Float64T> float64_value = ChangeUint32ToFloat64(value);
6992 return Float64Equal(value, ChangeUint32ToFloat64(int_value));
7795 TNode<Float64T> float64_value = ChangeUint32ToFloat64(uint32_value);

Completed in 82 milliseconds