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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h457 #define BE_IN_CONTROL (((ds_t) DEP_WEAK_MASK) << BE_IN_CONTROL_BITS_OFFSET) macro
462 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)
464 #define BE_IN_SPEC (BE_IN_DATA | BE_IN_CONTROL)
468 #define LAST_SPEC_TYPE BE_IN_CONTROL
H A Dhaifa-sched.c3148 if (s & BE_IN_CONTROL)
3426 if (ts & BE_IN_CONTROL)
3921 fs = set_dep_weak (fs, BE_IN_CONTROL, get_dep_weak (ts, BEGIN_CONTROL));
4577 if (s & BE_IN_CONTROL)
4578 fprintf (f, "BE_IN_CONTROL: %d; ", get_dep_weak (s, BE_IN_CONTROL));
H A Dsched-deps.c2074 case BE_IN_CONTROL: ds >>= BE_IN_CONTROL_BITS_OFFSET; break;
2095 case BE_IN_CONTROL: ds |= ((ds_t) dw) << BE_IN_CONTROL_BITS_OFFSET; break;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6718 mask |= BE_IN_CONTROL;

Completed in 162 milliseconds