Searched refs:Float64SubPreserveNan (Results 1 – 5 of 5) sorted by relevance
326 const Operator* Float64SubPreserveNan();
443 Node* Float64SubPreserveNan(Node* a, Node* b) { in Float64SubPreserveNan() function444 return AddNode(machine()->Float64SubPreserveNan(), a, b); in Float64SubPreserveNan()
378 V(Float64SubPreserveNan) \
165 V(Float64SubPreserveNan, Operator::kNoProperties, 2, 0, 1) \
571 op = m->Float64SubPreserveNan(); in Binop()