Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToInt64 (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Drepresentation-change.cc1182 op = machine()->ChangeFloat64ToInt64(); in GetWord64RepresentationFor()
1202 op = machine()->ChangeFloat64ToInt64(); in GetWord64RepresentationFor()
Draw-machine-assembler.h777 Node* ChangeFloat64ToInt64(Node* a) { in ChangeFloat64ToInt64() function
778 return AddNode(machine()->ChangeFloat64ToInt64(), a); in ChangeFloat64ToInt64()
Dmachine-operator.h552 const Operator* ChangeFloat64ToInt64(); in NON_EXPORTED_BASE()
Dopcodes.h710 V(ChangeFloat64ToInt64) \
Dgraph-assembler.h38 V(ChangeFloat64ToInt64) \
Dcode-assembler.cc631 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeFloat64ToInt64(value)); in ChangeFloat64ToIntPtr()
Dmachine-operator.cc322 V(ChangeFloat64ToInt64, Operator::kNoProperties, 1, 0, 1) \
Deffect-control-linearizer.cc1735 vfalse = __ ChangeFloat64ToInt64(vfalse); in LowerChangeTaggedToInt64()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc1377 V(Float64, ChangeFloat64ToInt64, kS390_DoubleToInt64, OperandMode::kNone, \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1742 V(ChangeFloat64ToInt64, kSSEFloat64ToInt64) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1461 V(ChangeFloat64ToInt64, kArm64Float64ToInt64) \