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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 24572 static struct rs6000_opt_var const rs6000_opt_vars[] =
24703 for (i = 0; i < ARRAY_SIZE (rs6000_opt_vars); i++)
24704 if (strcmp (r, rs6000_opt_vars[i].name) == 0)
24706 size_t j = rs6000_opt_vars[i].global_offset;
24527 static struct rs6000_opt_var const rs6000_opt_vars[] = variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24114 static struct rs6000_opt_var const rs6000_opt_vars[] =
24245 for (i = 0; i < ARRAY_SIZE (rs6000_opt_vars); i++)
24246 if (strcmp (r, rs6000_opt_vars[i].name) == 0)
24248 size_t j = rs6000_opt_vars[i].global_offset;
24069 static struct rs6000_opt_var const rs6000_opt_vars[] = variable

Completed in 57 milliseconds