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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 8865 EV4_IBX = 4
8893 return EV4_IBX;
8984 The mask bits come from alphaev4_pipe above. If EV4_IBX is set, then
9022 case EV4_IBX:
9030 in_use |= EV4_IB0 | EV4_IBX;
9036 if (!(in_use & EV4_IBX) || (in_use & EV4_IB1))
9223 else if ((in_use & (EV4_IBX|EV4_IB1)) == EV4_IBX)
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 8856 EV4_IBX = 4
8884 return EV4_IBX;
8975 The mask bits come from alphaev4_pipe above. If EV4_IBX is set, then
9013 case EV4_IBX:
9021 in_use |= EV4_IB0 | EV4_IBX;
9027 if (!(in_use & EV4_IBX) || (in_use & EV4_IB1))
9214 else if ((in_use & (EV4_IBX|EV4_IB1)) == EV4_IBX)

Completed in 70 milliseconds