Home | History | Annotate | Download | only in mips

Lines Matching defs:unordered

2123   Label unordered, maybe_undefined1, maybe_undefined2;
2166 // Test if equal, and also handle the unordered/NaN case.
2167 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
2169 // Test if less (unordered case is already handled).
2185 __ bind(&unordered);
2195 __ JumpIfSmi(a1, &unordered);
2198 __ jmp(&unordered);
2204 __ Branch(&unordered, eq, a1, Operand(at));