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

  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 8873 EV5_E1 = 8,
8963 return EV5_E1;
9083 the insn in EV5_E0 can be swapped by the hardware into EV5_E1.
9128 if (in_use & EV5_E1)
9130 in_use |= EV5_E1;
9139 if (!(in_use & EV5_E01) || (in_use & EV5_E1))
9141 in_use |= EV5_E1;
9146 case EV5_E1:
9147 if (in_use & EV5_E1)
9149 in_use |= EV5_E1;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 8864 EV5_E1 = 8,
8954 return EV5_E1;
9074 the insn in EV5_E0 can be swapped by the hardware into EV5_E1.
9119 if (in_use & EV5_E1)
9121 in_use |= EV5_E1;
9130 if (!(in_use & EV5_E01) || (in_use & EV5_E1))
9132 in_use |= EV5_E1;
9137 case EV5_E1:
9138 if (in_use & EV5_E1)
9140 in_use |= EV5_E1;
    [all...]

Completed in 51 milliseconds