Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToInt32 (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator-reducer.cc111 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0)); in Reduce()
Drepresentation-change.cc879 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor()
899 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor()
1542 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToInt32(), node); in InsertChangeFloat64ToInt32()
Draw-machine-assembler.h774 Node* ChangeFloat64ToInt32(Node* a) { in ChangeFloat64ToInt32() function
775 return AddNode(machine()->ChangeFloat64ToInt32(), a); in ChangeFloat64ToInt32()
Dmachine-operator.h551 const Operator* ChangeFloat64ToInt32(); // narrowing in NON_EXPORTED_BASE()
Dopcodes.h709 V(ChangeFloat64ToInt32) \
Dgraph-assembler.h37 V(ChangeFloat64ToInt32) \
Dcode-assembler.cc633 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeFloat64ToInt32(value)); in ChangeFloat64ToIntPtr()
Dmachine-operator.cc321 V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
Deffect-control-linearizer.cc1693 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1760 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
Dwasm-compiler.cc1985 return builder->mcgraph()->machine()->ChangeFloat64ToInt32(); in ConvertOp()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc339 V(ChangeFloat64ToInt32) \
1308 V(Float64, ChangeFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \
/third_party/node/deps/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc1557 V(ChangeFloat64ToInt32, kArmVcvtS32F64) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1156 V(ChangeFloat64ToInt32, kIA32Float64ToInt32) \
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc1741 V(ChangeFloat64ToInt32, kSSEFloat64ToInt32) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc1460 V(ChangeFloat64ToInt32, kArm64Float64ToInt32) \