Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator-reducer.cc123 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0)); in Reduce()
H A Drepresentation-change.cc889 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor()
909 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor()
1538 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToUint32(), node); in InsertChangeFloat64ToUint32()
H A Draw-machine-assembler.h780 Node* ChangeFloat64ToUint32(Node* a) { in ChangeFloat64ToUint32() function in v8::internal::compiler::RawMachineAssembler
781 return AddNode(machine()->ChangeFloat64ToUint32(), a); in ChangeFloat64ToUint32()
H A Dgraph-assembler.h39 V(ChangeFloat64ToUint32) \
H A Dmachine-operator.h553 const Operator* ChangeFloat64ToUint32(); // narrowing
H A Dopcodes.h711 V(ChangeFloat64ToUint32) \
H A Dcode-assembler.cc641 return UncheckedCast<UintPtrT>(raw_assembler()->ChangeFloat64ToUint32(value)); in ChangeFloat64ToUintPtr()
H A Dcode-assembler.h334 V(ChangeFloat64ToUint32, Uint32T, Float64T) \
H A Dmachine-operator.cc323 V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
H A Deffect-control-linearizer.cc1714 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc340 V(ChangeFloat64ToUint32) \
1310 V(Float64, ChangeFloat64ToUint32, kS390_DoubleToUint32, OperandMode::kNone, \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1558 V(ChangeFloat64ToUint32, kArmVcvtU32F64) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc1743 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32 | MiscField::encode(1)) \
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1462 V(ChangeFloat64ToUint32, kArm64Float64ToUint32) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc1173 V(ChangeFloat64ToUint32, kIA32Float64ToUint32) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc5887 var_result = ChangeFloat64ToUint32(LoadHeapNumberValue(CAST(value)));

Completed in 122 milliseconds