Searched refs:Float32SubPreserveNan (Results 1 – 5 of 5) sorted by relevance
317 const Operator* Float32SubPreserveNan();
402 Node* Float32SubPreserveNan(Node* a, Node* b) { in Float32SubPreserveNan() function403 return AddNode(machine()->Float32SubPreserveNan(), a, b); in Float32SubPreserveNan()
367 V(Float32SubPreserveNan) \
147 V(Float32SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \
540 op = m->Float32SubPreserveNan(); in Binop()