Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dhaifa-sched.c3341 if (TODO_SPEC (insn) & BEGIN_SPEC) in generate_recovery_code()
3374 ds & BEGIN_SPEC) in process_insn_depend_be_in_spec()
3384 ds = (ds & ~BEGIN_SPEC) | fs; in process_insn_depend_be_in_spec()
3406 TODO_SPEC (insn) &= ~BEGIN_SPEC; in begin_speculative_block()
3453 gcc_assert (!(DEP_STATUS (link) & BEGIN_SPEC) in add_to_speculative_block()
3872 if (ds & BEGIN_SPEC) in create_check_block_twin()
3875 ds &= ~BEGIN_SPEC; in create_check_block_twin()
3888 if ((DEP_STATUS (link) & BEGIN_SPEC) in create_check_block_twin()
3910 DONE_SPEC (insn) = ts & BEGIN_SPEC; in create_check_block_twin()
3911 CHECK_SPEC (check) = ts & BEGIN_SPEC; in create_check_block_twin()
[all …]
H A Dsched-int.h460 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL) macro
H A Dsched-deps.c2173 if (ds & BEGIN_SPEC) in check_dep_status()
/openbsd/gnu/gcc/gcc/config/ia64/
H A Dia64.c6751 gcc_assert (!(ts & ~BEGIN_SPEC) && ts); in ia64_speculate_insn()