Home | History | Annotate | Download | only in mips

Lines Matching refs:unordered

2841   Label unordered, maybe_undefined1, maybe_undefined2;
2884 // Test if equal, and also handle the unordered/NaN case.
2885 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
2887 // Test if less (unordered case is already handled).
2903 __ bind(&unordered);
2913 __ JumpIfSmi(a1, &unordered);
2916 __ jmp(&unordered);
2922 __ Branch(&unordered, eq, a1, Operand(at));