Home | History | Annotate | Download | only in mips

Lines Matching refs:unordered

4873   Label unordered, maybe_undefined1, maybe_undefined2;
4916 // Test if equal, and also handle the unordered/NaN case.
4917 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
4919 // Test if less (unordered case is already handled).
4935 __ bind(&unordered);
4945 __ JumpIfSmi(a1, &unordered);
4948 __ jmp(&unordered);
4954 __ Branch(&unordered, eq, a1, Operand(at));