Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dannotate.c544 annotate_elt_rep (unsigned int repcount) in annotate_elt_rep() argument
547 printf_filtered ("\n\032\032elt-rep %u\n", repcount); in annotate_elt_rep()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c13283 unsigned HOST_WIDE_INT repcount; in ix86_expand_clrmem() local
13286 repcount = count >> (size == 4 ? 2 : 3); in ix86_expand_clrmem()
13288 repcount &= 0x3fffffff; in ix86_expand_clrmem()
13306 if (repcount <= max_nonrep) in ix86_expand_clrmem()
13307 while (repcount-- > 0) in ix86_expand_clrmem()
13317 countreg = copy_to_mode_reg (counter_mode, GEN_INT (repcount)); in ix86_expand_clrmem()