Searched refs:ChangeUint32ToFloat64 (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator-reducer.cc | 101 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0)); in Reduce()
|
H A D | representation-change.cc | 661 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 D | raw-machine-assembler.h | 771 Node* ChangeUint32ToFloat64(Node* a) { in ChangeUint32ToFloat64() function in v8::internal::compiler::RawMachineAssembler 772 return AddNode(machine()->ChangeUint32ToFloat64(), a); in ChangeUint32ToFloat64()
|
H A D | graph-assembler.h | 43 V(ChangeUint32ToFloat64) \
|
H A D | machine-operator.h | 567 const Operator* ChangeUint32ToFloat64();
|
H A D | opcodes.h | 726 V(ChangeUint32ToFloat64) \
|
H A D | code-assembler.cc | 651 return UncheckedCast<Float64T>(raw_assembler()->ChangeUint32ToFloat64(value)); in ChangeUintPtrToFloat64()
|
H A D | code-assembler.h | 338 V(ChangeUint32ToFloat64, Float64T, Word32T) \
|
H A D | machine-operator.cc | 342 V(ChangeUint32ToFloat64, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 1173 op = m->ChangeUint32ToFloat64(); in Unop()
|
H A D | effect-control-linearizer.cc | 1548 Node* number = AllocateHeapNumberWithValue(__ ChangeUint32ToFloat64(value)); in ChangeUint32ToTagged()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1363 V(Word32, ChangeUint32ToFloat64, kS390_Uint32ToDouble, OperandMode::kNone, \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1556 V(ChangeUint32ToFloat64, kArmVcvtF64U32) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1753 V(ChangeUint32ToFloat64, kSSEUint32ToFloat64) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1459 V(ChangeUint32ToFloat64, kArm64Uint32ToFloat64) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 1169 #define RO_WITH_TEMP_OP_LIST(V) V(ChangeUint32ToFloat64, kIA32Uint32ToFloat64)
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 5792 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