Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator-reducer.cc105 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0)); in Reduce()
Drepresentation-change.cc664 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor()
683 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor()
1106 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToInt32(), node); in InsertChangeFloat64ToInt32()
Dgraph-assembler.h26 V(ChangeFloat64ToInt32) \
Dmachine-operator.h321 const Operator* ChangeFloat64ToInt32(); // narrowing in NON_EXPORTED_BASE()
Draw-machine-assembler.h611 Node* ChangeFloat64ToInt32(Node* a) { in ChangeFloat64ToInt32() function
612 return AddNode(machine()->ChangeFloat64ToInt32(), a); in ChangeFloat64ToInt32()
Dopcodes.h612 V(ChangeFloat64ToInt32) \
Dmachine-operator.cc147 V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
Dsimd-scalar-lowering.cc718 rep_node[i] = graph()->NewNode(machine()->ChangeFloat64ToInt32(), trunc); in LowerConvertFromFloat()
Deffect-control-linearizer.cc1256 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32()
1300 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
Dwasm-compiler.cc1499 return builder->mcgraph()->machine()->ChangeFloat64ToInt32(); in ConvertOp()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc336 V(ChangeFloat64ToInt32) \
1347 V(Float64, ChangeFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1275 V(ChangeFloat64ToInt32, kSSEFloat64ToInt32) \
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc752 V(ChangeFloat64ToInt32, kSSEFloat64ToInt32) \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1369 V(ChangeFloat64ToInt32, kArmVcvtS32F64) \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1200 V(ChangeFloat64ToInt32, kArm64Float64ToInt32) \