Home | History | Annotate | Download | only in mips64

Lines Matching defs:unordered

2130   Label unordered, maybe_undefined1, maybe_undefined2;
2173 // Test if equal, and also handle the unordered/NaN case.
2174 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
2176 // Test if less (unordered case is already handled).
2192 __ bind(&unordered);
2202 __ JumpIfSmi(a1, &unordered);
2205 __ jmp(&unordered);
2211 __ Branch(&unordered, eq, a1, Operand(at));