Searched refs:ChangeFloat64ToUint64 (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 783 Node* ChangeFloat64ToUint64(Node* a) { in ChangeFloat64ToUint64() function in v8::internal::compiler::RawMachineAssembler 784 return AddNode(machine()->ChangeFloat64ToUint64(), a); in ChangeFloat64ToUint64()
|
H A D | representation-change.cc | 1186 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor() 1204 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
|
H A D | machine-operator.h | 554 const Operator* ChangeFloat64ToUint64();
|
H A D | opcodes.h | 712 V(ChangeFloat64ToUint64) \
|
H A D | code-assembler.cc | 639 raw_assembler()->ChangeFloat64ToUint64(value)); in ChangeFloat64ToUintPtr()
|
H A D | code-assembler.h | 335 V(ChangeFloat64ToUint64, Uint64T, Float64T) \
|
H A D | machine-operator.cc | 324 V(ChangeFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1375 V(Float64, ChangeFloat64ToUint64, kS390_DoubleToUint64, OperandMode::kNone, \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1746 V(ChangeFloat64ToUint64, kSSEFloat64ToUint64) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1463 V(ChangeFloat64ToUint64, kArm64Float64ToUint64) \
|
Completed in 34 milliseconds