Searched refs:ChangeFloat64ToUint32 (Results 1 – 16 of 16) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator-reducer.cc | 116 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0)); in Reduce()
|
D | representation-change.cc | 673 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor() 692 op = machine()->ChangeFloat64ToUint32(); in GetWord32RepresentationFor() 1102 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToUint32(), node); in InsertChangeFloat64ToUint32()
|
D | graph-assembler.h | 27 V(ChangeFloat64ToUint32) \
|
D | machine-operator.h | 322 const Operator* ChangeFloat64ToUint32(); // narrowing in NON_EXPORTED_BASE()
|
D | raw-machine-assembler.h | 614 Node* ChangeFloat64ToUint32(Node* a) { in ChangeFloat64ToUint32() function 615 return AddNode(machine()->ChangeFloat64ToUint32(), a); in ChangeFloat64ToUint32()
|
D | opcodes.h | 613 V(ChangeFloat64ToUint32) \
|
D | machine-operator.cc | 148 V(ChangeFloat64ToUint32, Operator::kNoProperties, 1, 0, 1) \
|
D | code-assembler.h | 525 V(ChangeFloat64ToUint32, Uint32T, Float64T) \
|
D | code-assembler.cc | 924 raw_assembler()->ChangeFloat64ToUint32(value)); in ChangeFloat64ToUintPtr()
|
D | effect-control-linearizer.cc | 1276 vfalse = __ ChangeFloat64ToUint32(vfalse); in LowerChangeTaggedToUint32()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 337 V(ChangeFloat64ToUint32) \ 1349 V(Float64, ChangeFloat64ToUint32, kS390_DoubleToUint32, OperandMode::kNone, \
|
/external/v8/src/compiler/x64/ |
D | instruction-selector-x64.cc | 1276 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32 | MiscField::encode(1)) \
|
/external/v8/src/compiler/ia32/ |
D | instruction-selector-ia32.cc | 753 V(ChangeFloat64ToUint32, kSSEFloat64ToUint32) \
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 1370 V(ChangeFloat64ToUint32, kArmVcvtU32F64) \
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 1202 V(ChangeFloat64ToUint32, kArm64Float64ToUint32) \
|
/external/v8/src/ |
D | code-stub-assembler.cc | 5019 var_result = ChangeFloat64ToUint32(LoadHeapNumberValue(CAST(value))); in ChangeNumberToUint32()
|