Searched refs:repcount (Results 1 – 2 of 2) sorted by relevance
544 annotate_elt_rep (unsigned int repcount) in annotate_elt_rep() argument547 printf_filtered ("\n\032\032elt-rep %u\n", repcount); in annotate_elt_rep()
13055 unsigned HOST_WIDE_INT repcount; in ix86_expand_clrmem() local13058 repcount = count >> (size == 4 ? 2 : 3); in ix86_expand_clrmem()13060 repcount &= 0x3fffffff; in ix86_expand_clrmem()13078 if (repcount <= max_nonrep) in ix86_expand_clrmem()13079 while (repcount-- > 0) in ix86_expand_clrmem()13089 countreg = copy_to_mode_reg (counter_mode, GEN_INT (repcount)); in ix86_expand_clrmem()