Home | History | Annotate | Download | only in Hexagon

Lines Matching full:countr

911     // Generate CountR = ADD DistR, AdjVal
922 // From AdjR, compute CountR (register with the final count).
923 unsigned CountR, CountSR;
926 CountR = AdjR;
939 CountR = LsrR;
943 return new CountValue(CountValue::CV_Register, CountR, CountSR);