Home
last modified time | relevance | path

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

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

Completed in 85 milliseconds