Home
last modified time | relevance | path

Searched refs:ChangeFloat64ToUint32 (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator-reducer.cc116 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0)); in Reduce()
Drepresentation-change.cc673 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor()
692 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor()
1102 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToUint32(), node); in InsertChangeFloat64ToUint32()
Dgraph-assembler.h27 V(ChangeFloat64ToUint32) \
Dmachine-operator.h322 const Operator* ChangeFloat64ToUint32(); // narrowing in NON_EXPORTED_BASE()
Draw-machine-assembler.h614 Node* ChangeFloat64ToUint32(Node* a) { in ChangeFloat64ToUint32() function
615 return AddNode(machine()->ChangeFloat64ToUint32(), a); in ChangeFloat64ToUint32()
Dopcodes.h613 V(ChangeFloat64ToUint32) \
Dmachine-operator.cc148 V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
Dcode-assembler.h525 V(ChangeFloat64ToUint32, Uint32T, Float64T) \
Dcode-assembler.cc924 raw_assembler()->ChangeFloat64ToUint32(value)); in ChangeFloat64ToUintPtr()
Deffect-control-linearizer.cc1276 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc337 V(ChangeFloat64ToUint32) \
1349 V(Float64, ChangeFloat64ToUint32, kS390_DoubleToUint32, OperandMode::kNone, \
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1276 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32 | MiscField::encode(1)) \
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc753 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32) \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1370 V(ChangeFloat64ToUint32, kArmVcvtU32F64) \
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1202 V(ChangeFloat64ToUint32, kArm64Float64ToUint32) \
/external/v8/src/
Dcode-stub-assembler.cc5019 var_result = ChangeFloat64ToUint32(LoadHeapNumberValue(CAST(value))); in ChangeNumberToUint32()