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

  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5214 #define MAX_LDSTWM_OPS 12
5215 struct ldstwm_operand sort[MAX_LDSTWM_OPS];
5226 if (n < 2 || n > MAX_LDSTWM_OPS)
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5208 #define MAX_LDSTWM_OPS 12
5209 struct ldstwm_operand sort[MAX_LDSTWM_OPS];
5220 if (n < 2 || n > MAX_LDSTWM_OPS)

Completed in 32 milliseconds