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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h357 #define DONE_SPEC(INSN) (h_i_d[INSN_UID (INSN)].done_spec) macro
H A Dhaifa-sched.c3432 DONE_SPEC (insn) |= ts;
3906 /* Fields (DONE_SPEC (x) & BEGIN_SPEC) and CHECK_SPEC (x) are set only
3909 gcc_assert (!DONE_SPEC (insn));
3915 DONE_SPEC (insn) = ts & BEGIN_SPEC;
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6496 if (DONE_SPEC (insn) & BEGIN_DATA)

Completed in 180 milliseconds