Home | History | Annotate | Download | only in Hexagon

Lines Matching full:countr

913     // Generate CountR = ADD DistR, AdjVal
924 // From AdjR, compute CountR (register with the final count).
925 unsigned CountR, CountSR;
928 CountR = AdjR;
941 CountR = LsrR;
945 return new CountValue(CountValue::CV_Register, CountR, CountSR);