Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Drepresentation-change.cc1156 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
1174 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
Draw-machine-assembler.h721 Node* ChangeFloat64ToUint64(Node* a) { in ChangeFloat64ToUint64() function
722 return AddNode(machine()->ChangeFloat64ToUint64(), a); in ChangeFloat64ToUint64()
Dmachine-operator.h467 const Operator* ChangeFloat64ToUint64(); in NON_EXPORTED_BASE()
Dopcodes.h702 V(ChangeFloat64ToUint64) \
Dcode-assembler.cc614 raw_assembler()->ChangeFloat64ToUint64(value)); in ChangeFloat64ToUintPtr()
Dmachine-operator.cc273 V(ChangeFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h333 V(ChangeFloat64ToUint64, Uint64T, Float64T) \
/external/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1461 V(Float64, ChangeFloat64ToUint64, kS390_DoubleToUint64, OperandMode::kNone, \
/external/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1371 V(ChangeFloat64ToUint64, kArm64Float64ToUint64) \
/external/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1579 V(ChangeFloat64ToUint64, kSSEFloat64ToUint64) \