Home | History | Annotate | Download | only in ARM

Lines Matching defs:TZ

350     // (add X1, (shl (and (srl X2, c1), (c2>>tz)), tz)) where tz is the number
366 unsigned TZ = countTrailingZeros(And_imm);
367 if (TZ != 1 && TZ != 2)
378 And_imm >>= TZ;
406 CurDAG->getConstant(Srl_imm+TZ, MVT::i32));
410 N1, CurDAG->getConstant(TZ, MVT::i32));