Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Dsrl

436     __ Dsrl(TMP, in, 1);
442 __ Dsrl(TMP, TMP, 2);
445 __ Dsrl(out, TMP, 4);
855 __ Dsrl(TMP, TMP, 1); // TMP = 0 if AT = Long.MIN_VALUE
913 __ Dsrl(TMP, TMP, 1); // TMP = 0 if out = Long.MIN_VALUE