Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h801 Node* TryTruncateFloat32ToUint64(Node* a) { in TryTruncateFloat32ToUint64() function in v8::internal::compiler::RawMachineAssembler
802 return AddNode(machine()->TryTruncateFloat32ToUint64(), a); in TryTruncateFloat32ToUint64()
H A Dmachine-operator.h561 const Operator* TryTruncateFloat32ToUint64();
H A Dopcodes.h720 V(TryTruncateFloat32ToUint64) \
H A Dmachine-operator.cc328 V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2) \
H A Dwasm-compiler.cc1994 return builder->mcgraph()->machine()->TryTruncateFloat32ToUint64(); in ConvertOp()

Completed in 35 milliseconds