Searched refs:ppc_opts (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dppc-dis.c52 struct ppc_mopt ppc_opts[] = { variable in typeref:struct:ppc_mopt
186 for (i = 0; i < sizeof (ppc_opts) / sizeof (ppc_opts[0]); i++)
187 if (strcmp (ppc_opts[i].opt, arg) == 0)
189 if (ppc_opts[i].sticky)
191 retain_flags |= ppc_opts[i].sticky;
196 ppc_cpu = ppc_opts[i].cpu;
199 if (i >= sizeof (ppc_opts) / sizeof (ppc_opts[0]))
527 for (col = 0, i = 0; i < sizeof (ppc_opts) / sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dppc-dis.c52 struct ppc_mopt ppc_opts[] = { variable in typeref:struct:ppc_mopt
186 for (i = 0; i < sizeof (ppc_opts) / sizeof (ppc_opts[0]); i++)
187 if (strcmp (ppc_opts[i].opt, arg) == 0)
189 if (ppc_opts[i].sticky)
191 retain_flags |= ppc_opts[i].sticky;
196 ppc_cpu = ppc_opts[i].cpu;
199 if (i >= sizeof (ppc_opts) / sizeof (ppc_opts[0]))
527 for (col = 0, i = 0; i < sizeof (ppc_opts) / sizeo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dcompare-all-tests32 ppc_opts='-m32 -m64'

Completed in 92 milliseconds