Searched refs:ChangeFloat64ToInt32 (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | simplified-operator-reducer.cc | 111 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0)); in Reduce()
|
D | representation-change.cc | 879 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor() 899 op = machine()->ChangeFloat64ToInt32(); in GetWord32RepresentationFor() 1542 return jsgraph()->graph()->NewNode(machine()->ChangeFloat64ToInt32(), node); in InsertChangeFloat64ToInt32()
|
D | raw-machine-assembler.h | 774 Node* ChangeFloat64ToInt32(Node* a) { in ChangeFloat64ToInt32() function 775 return AddNode(machine()->ChangeFloat64ToInt32(), a); in ChangeFloat64ToInt32()
|
D | machine-operator.h | 551 const Operator* ChangeFloat64ToInt32(); // narrowing in NON_EXPORTED_BASE()
|
D | opcodes.h | 709 V(ChangeFloat64ToInt32) \
|
D | graph-assembler.h | 37 V(ChangeFloat64ToInt32) \
|
D | code-assembler.cc | 633 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeFloat64ToInt32(value)); in ChangeFloat64ToIntPtr()
|
D | machine-operator.cc | 321 V(ChangeFloat64ToInt32, Operator::kNoProperties, 1, 0, 1) \
|
D | effect-control-linearizer.cc | 1693 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToInt32() 1760 vfalse = __ ChangeFloat64ToInt32(vfalse); in LowerChangeTaggedToTaggedSigned()
|
D | wasm-compiler.cc | 1985 return builder->mcgraph()->machine()->ChangeFloat64ToInt32(); in ConvertOp()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 339 V(ChangeFloat64ToInt32) \ 1308 V(Float64, ChangeFloat64ToInt32, kS390_DoubleToInt32, OperandMode::kNone, \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 1557 V(ChangeFloat64ToInt32, kArmVcvtS32F64) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 1156 V(ChangeFloat64ToInt32, kIA32Float64ToInt32) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 1741 V(ChangeFloat64ToInt32, kSSEFloat64ToInt32) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 1460 V(ChangeFloat64ToInt32, kArm64Float64ToInt32) \
|