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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h460 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL) macro
H A Dhaifa-sched.c3125 else if (!(*ts & BEGIN_SPEC) && ORIG_PAT (next) && !IS_SPECULATION_CHECK_P (next))
3346 if (TODO_SPEC (insn) & BEGIN_SPEC)
3379 ds & BEGIN_SPEC)
3389 ds = (ds & ~BEGIN_SPEC) | fs;
3411 TODO_SPEC (insn) &= ~BEGIN_SPEC;
3458 gcc_assert (!(DEP_STATUS (link) & BEGIN_SPEC)
3877 if (ds & BEGIN_SPEC)
3880 ds &= ~BEGIN_SPEC;
3893 if ((DEP_STATUS (link) & BEGIN_SPEC)
3906 /* Fields (DONE_SPEC (x) & BEGIN_SPEC) an
[all...]
H A Dsched-deps.c2183 if (ds & BEGIN_SPEC)
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6765 gcc_assert (!(ts & ~BEGIN_SPEC) && ts);

Completed in 151 milliseconds