HomeSort by: relevance | last modified time | path
    Searched defs:HARD_DEP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sched-int.h 1050 HARD_DEP : 1 => Set if an instruction has a non-speculative
1054 DEP_POSTPONED : 1 => Like HARD_DEP, but the hard dependence may
1149 #define HARD_DEP (DEP_CONTROL << 1)
1151 /* Like HARD_DEP, but dependencies can perhaps be broken by modifying
1159 Just like HARD_DEP, this bit is only ever set in TODO_SPEC. */
1160 #define DEP_POSTPONED (HARD_DEP << 1)
  /src/external/gpl3/gcc.old/dist/gcc/
sched-int.h 1048 HARD_DEP : 1 => Set if an instruction has a non-speculative
1052 DEP_POSTPONED : 1 => Like HARD_DEP, but the hard dependence may
1147 #define HARD_DEP (DEP_CONTROL << 1)
1149 /* Like HARD_DEP, but dependencies can perhaps be broken by modifying
1157 Just like HARD_DEP, this bit is only ever set in TODO_SPEC. */
1158 #define DEP_POSTPONED (HARD_DEP << 1)

Completed in 18 milliseconds