Home
last modified time | relevance | path

Searched refs:TryTruncateFloat64ToInt64 (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h798 Node* TryTruncateFloat64ToInt64(Node* a) { in TryTruncateFloat64ToInt64() function in v8::internal::compiler::RawMachineAssembler
799 return AddNode(machine()->TryTruncateFloat64ToInt64(), a); in TryTruncateFloat64ToInt64()
H A Dmachine-operator.h560 const Operator* TryTruncateFloat64ToInt64();
H A Dopcodes.h719 V(TryTruncateFloat64ToInt64) \
H A Dmachine-operator.cc327 V(TryTruncateFloat64ToInt64, Operator::kNoProperties, 1, 0, 2) \
H A Dwasm-compiler.cc1997 return builder->mcgraph()->machine()->TryTruncateFloat64ToInt64(); in ConvertOp()

Completed in 23 milliseconds