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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1363 static void ix86_adjust_counter (rtx, HOST_WIDE_INT);
12906 ix86_adjust_counter (rtx countreg, HOST_WIDE_INT value)
13131 ix86_adjust_counter (countreg, 1);
13141 ix86_adjust_counter (countreg, 2);
13151 ix86_adjust_counter (countreg, 4);
13415 ix86_adjust_counter (countreg, 1);
13424 ix86_adjust_counter (countreg, 2);
13435 ix86_adjust_counter (countreg, 4);
12881 ix86_adjust_counter (rtx countreg, HOST_WIDE_INT value) function

Completed in 91 milliseconds