Home | History | Annotate | Download | only in visualizer

Lines Matching defs:clz

760             int32_t clz = __builtin_clz(smp);
761 if (shift > clz) shift = clz;