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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 1301 int restr_cnt = 0; local
1326 if (restr_cnt >= MAXRESTROPNDS)
1331 restr_opnd[restr_cnt] = *nargs + 1;
1332 restr[restr_cnt] = argtype->restr;
1333 val1[restr_cnt] = argtype->val1;
1334 val2[restr_cnt] = argtype->val2;
1335 restr_cnt++;
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-gen-builtins.cc 1301 int restr_cnt = 0; local
1326 if (restr_cnt >= MAXRESTROPNDS)
1331 restr_opnd[restr_cnt] = *nargs + 1;
1332 restr[restr_cnt] = argtype->restr;
1333 val1[restr_cnt] = argtype->val1;
1334 val2[restr_cnt] = argtype->val2;
1335 restr_cnt++;

Completed in 25 milliseconds