Searched refs:ChangeFloat64ToUint64 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | representation-change.cc | 1156 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor() 1174 op = machine()->ChangeFloat64ToUint64(); in GetWord64RepresentationFor()
|
D | raw-machine-assembler.h | 721 Node* ChangeFloat64ToUint64(Node* a) { in ChangeFloat64ToUint64() function 722 return AddNode(machine()->ChangeFloat64ToUint64(), a); in ChangeFloat64ToUint64()
|
D | machine-operator.h | 467 const Operator* ChangeFloat64ToUint64(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 702 V(ChangeFloat64ToUint64) \
|
D | code-assembler.cc | 614 raw_assembler()->ChangeFloat64ToUint64(value)); in ChangeFloat64ToUintPtr()
|
D | machine-operator.cc | 273 V(ChangeFloat64ToUint64, Operator::kNoProperties, 1, 0, 1) \
|
D | code-assembler.h | 333 V(ChangeFloat64ToUint64, Uint64T, Float64T) \
|
/external/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 1461 V(Float64, ChangeFloat64ToUint64, kS390_DoubleToUint64, OperandMode::kNone, \
|
/external/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 1371 V(ChangeFloat64ToUint64, kArm64Float64ToUint64) \
|
/external/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 1579 V(ChangeFloat64ToUint64, kSSEFloat64ToUint64) \
|