Home | History | Annotate | Download | only in mips

Lines Matching full:unordered

4043   Label unordered, maybe_undefined1, maybe_undefined2;
4086 // Test if equal, and also handle the unordered/NaN case.
4087 __ BranchF(&fpu_eq, &unordered, eq, f0, f2);
4089 // Test if less (unordered case is already handled).
4105 __ bind(&unordered);
4115 __ JumpIfSmi(a1, &unordered);
4118 __ jmp(&unordered);
4124 __ Branch(&unordered, eq, a1, Operand(at));