Searched refs:ChangeFloat64ToUint32 (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator-reducer.cc | 123 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0)); in Reduce()
|
H A D | representation-change.cc | 889 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor() 909 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor() 1538 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToUint32(), node); in InsertChangeFloat64ToUint32()
|
H A D | raw-machine-assembler.h | 780 Node* ChangeFloat64ToUint32(Node* a) { in ChangeFloat64ToUint32() function in v8::internal::compiler::RawMachineAssembler 781 return AddNode(machine()->ChangeFloat64ToUint32(), a); in ChangeFloat64ToUint32()
|
H A D | graph-assembler.h | 39 V(ChangeFloat64ToUint32) \
|
H A D | machine-operator.h | 553 const Operator* ChangeFloat64ToUint32(); // narrowing
|
H A D | opcodes.h | 711 V(ChangeFloat64ToUint32) \
|
H A D | code-assembler.cc | 641 return UncheckedCast<UintPtrT>(raw_assembler()->ChangeFloat64ToUint32(value)); in ChangeFloat64ToUintPtr()
|
H A D | code-assembler.h | 334 V(ChangeFloat64ToUint32, Uint32T, Float64T) \
|
H A D | machine-operator.cc | 323 V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
H A D | effect-control-linearizer.cc | 1714 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 340 V(ChangeFloat64ToUint32) \ 1310 V(Float64, ChangeFloat64ToUint32, kS390_DoubleToUint32, OperandMode::kNone, \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1558 V(ChangeFloat64ToUint32, kArmVcvtU32F64) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 1743 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32 | MiscField::encode(1)) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 1462 V(ChangeFloat64ToUint32, kArm64Float64ToUint32) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 1173 V(ChangeFloat64ToUint32, kIA32Float64ToUint32) \
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 5887 var_result = ChangeFloat64ToUint32(LoadHeapNumberValue(CAST(value)));
|
Completed in 122 milliseconds