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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c12934 enum machine_mode counter_mode;
12962 counter_mode = SImode;
12964 counter_mode = DImode;
12966 gcc_assert (counter_mode == SImode || counter_mode == DImode);
13033 countreg = copy_to_mode_reg (counter_mode, countreg);
13104 countreg = copy_to_mode_reg (counter_mode, count_exp);
13123 LEU, 0, counter_mode, 1, label);
13241 enum machine_mode counter_mode;
13268 counter_mode
12909 enum machine_mode counter_mode; local
13216 enum machine_mode counter_mode; local
[all...]
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h817 u8 counter_mode; member in struct:mlx4_counter
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c3209 counter_stats->counter_mode = tmp_counter->counter_mode;
3210 if (counter_stats->counter_mode == 0) {
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c932 switch (counter_stats.counter_mode & 0xf) {

Completed in 110 milliseconds