Home | History | Annotate | Download | only in arm

Lines Matching full:unordered

1562   Label unordered, done;
1567 // If a NaN is involved, i.e. the result is unordered (V set),
1568 // jump to unordered to return false.
1569 __ b(vs, &unordered);
1578 __ bind(&unordered);
1594 // If a NaN is involved, i.e. the result is unordered (V set),