Home | History | Annotate | Download | only in mips

Lines Matching defs:unordered

6787   Label unordered, maybe_undefined1, maybe_undefined2;
6810 // Test if equal, and also handle the unordered/NaN case.
6811 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
6813 // Test if less (unordered case is already handled).
6829 __ bind(&unordered);
6841 __ jmp(&unordered);
6847 __ Branch(&unordered, eq, a1, Operand(at));