Home | History | Annotate | Download | only in Analysis

Lines Matching full:ushr

485     // (ushr X, C1) & C2 == 0   iff  (-1 >> C1) & C2 == 0