Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToUint64 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h783 Node* ChangeFloat64ToUint64(Node* a) { in ChangeFloat64ToUint64() function in v8::internal::compiler::RawMachineAssembler
784 return AddNode(machine()->ChangeFloat64ToUint64(), a); in ChangeFloat64ToUint64()
H A Drepresentation-change.cc1186 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
1204 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
H A Dmachine-operator.h554 const Operator* ChangeFloat64ToUint64();
H A Dopcodes.h712 V(ChangeFloat64ToUint64) \
H A Dcode-assembler.cc639 raw_assembler()->ChangeFloat64ToUint64(value)); in ChangeFloat64ToUintPtr()
H A Dcode-assembler.h335 V(ChangeFloat64ToUint64, Uint64T, Float64T) \
H A Dmachine-operator.cc324 V(ChangeFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1375 V(Float64, ChangeFloat64ToUint64, kS390_DoubleToUint64, OperandMode::kNone, \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1746 V(ChangeFloat64ToUint64, kSSEFloat64ToUint64) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1463 V(ChangeFloat64ToUint64, kArm64Float64ToUint64) \

Completed in 37 milliseconds