Home | History | Annotate | Download | only in optimizing

Lines Matching refs:nan

421   //  if Nan jmp Nan_label
427 // out := NaN
434 // TODO: This is straight from Quick (except literal pool). Make NaN an out-of-line slowpath?
438 nan, done, op2_label;
445 __ j(Condition::kParityEven, &nan);
466 // NaN handling.
467 __ Bind(&nan);
810 NearLabel done, nan;
831 // if input == NaN goto nan
832 __ j(kUnordered, &nan);
837 __ Bind(&nan);