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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 8871 EV5_E01 = 2,
8945 return EV5_E01;
9082 The mask bits come from alphaev5_pipe above. If EV5_E01 is set, then
9125 case EV5_E01:
9133 in_use |= EV5_E0 | EV5_E01;
9139 if (!(in_use & EV5_E01) || (in_use & EV5_E1))
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 8862 EV5_E01 = 2,
8936 return EV5_E01;
9073 The mask bits come from alphaev5_pipe above. If EV5_E01 is set, then
9116 case EV5_E01:
9124 in_use |= EV5_E0 | EV5_E01;
9130 if (!(in_use & EV5_E01) || (in_use & EV5_E1))

Completed in 61 milliseconds