Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h804 Node* TryTruncateFloat64ToUint64(Node* a) { in TryTruncateFloat64ToUint64() function in v8::internal::compiler::RawMachineAssembler
805 return AddNode(machine()->TryTruncateFloat64ToUint64(), a); in TryTruncateFloat64ToUint64()
H A Dmachine-operator.h562 const Operator* TryTruncateFloat64ToUint64();
H A Dopcodes.h721 V(TryTruncateFloat64ToUint64) \
H A Dmachine-operator.cc329 V(TryTruncateFloat64ToUint64, Operator::kNoProperties, 1, 0, 2) \
H A Dwasm-compiler.cc2000 return builder->mcgraph()->machine()->TryTruncateFloat64ToUint64(); in ConvertOp()

Completed in 24 milliseconds