Home | History | Annotate | Download | only in ia32

Lines Matching full:positive

499       // the value to be in the range of a positive smi, we can't
681 __ setcc(negative, eax); // 1 if negative, 0 if positive.
682 __ dec_b(eax); // 0 if negative, 255 if positive.