Searched refs:repcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dannotate.c549 annotate_elt_rep (unsigned int repcount)
552 printf_filtered ("\n\032\032elt-rep %u\n", repcount);
544 annotate_elt_rep(unsigned int repcount) argument
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c13308 unsigned HOST_WIDE_INT repcount;
13311 repcount = count >> (size == 4 ? 2 : 3);
13313 repcount &= 0x3fffffff;
13331 if (repcount <= max_nonrep)
13332 while (repcount-- > 0)
13342 countreg = copy_to_mode_reg (counter_mode, GEN_INT (repcount));
13283 unsigned HOST_WIDE_INT repcount; local

Completed in 105 milliseconds