Lines Matching refs:ppc_opts
75 static const struct ppc_mopt ppc_opts[] = {
327 for (i = 0; i < ARRAY_SIZE (ppc_opts); i++)
328 if (strcmp (ppc_opts[i].opt, arg) == 0)
330 if (ppc_opts[i].sticky)
332 *sticky |= ppc_opts[i].sticky;
336 ppc_cpu = ppc_opts[i].cpu;
339 if (i >= ARRAY_SIZE (ppc_opts))
345 if ((ppc_opts[i].sticky & PPC_OPCODE_LSP) != 0)
347 else if ((ppc_opts[i].sticky & (PPC_OPCODE_SPE | PPC_OPCODE_SPE2)) != 0)
1263 size_t i, num_options = ARRAY_SIZE (ppc_opts);
1274 opts->name[i] = ppc_opts[i].opt;
1291 for (col = 0, i = 0; i < ARRAY_SIZE (ppc_opts); i++)
1293 col += fprintf (stream, " %s,", ppc_opts[i].opt);