Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c13055 unsigned HOST_WIDE_INT repcount; in ix86_expand_clrmem() local
13058 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()