Searched refs:TryTruncateFloat32ToUint64 (Results 1 – 6 of 6) sorted by relevance
287 const Operator* TryTruncateFloat32ToUint64();
533 Node* TryTruncateFloat32ToUint64(Node* a) { in TryTruncateFloat32ToUint64() function534 return AddNode(machine()->TryTruncateFloat32ToUint64(), a); in TryTruncateFloat32ToUint64()
346 V(TryTruncateFloat32ToUint64) \
124 V(TryTruncateFloat32ToUint64, Operator::kNoProperties, 1, 0, 2) \
1499 jsgraph()->machine()->TryTruncateFloat32ToUint64(), input); in BuildI64UConvertF32()
6028 m.Return(m.TryTruncateFloat32ToUint64(m.Parameter(0))); in TEST()6044 Node* trunc = m.TryTruncateFloat32ToUint64(m.Parameter(0)); in TEST()