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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 401 #define MAXRESTROPNDS 3
408 int restr_opnd[MAXRESTROPNDS];
409 restriction restr[MAXRESTROPNDS];
410 char *restr_val1[MAXRESTROPNDS];
411 char *restr_val2[MAXRESTROPNDS];
1326 if (restr_cnt >= MAXRESTROPNDS)
1328 diag (pos, "More than two %d operands\n", MAXRESTROPNDS);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 401 #define MAXRESTROPNDS 3
408 int restr_opnd[MAXRESTROPNDS];
409 restriction restr[MAXRESTROPNDS];
410 char *restr_val1[MAXRESTROPNDS];
411 char *restr_val2[MAXRESTROPNDS];
1326 if (restr_cnt >= MAXRESTROPNDS)
1328 diag (pos, "More than two %d operands\n", MAXRESTROPNDS);

Completed in 27 milliseconds