Home
last modified time | relevance | path

Searched refs:ppc_opts (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dppc-dis.c53 struct ppc_mopt ppc_opts[] = { variable
229 for (i = 0; i < sizeof (ppc_opts) / sizeof (ppc_opts[0]); i++) in ppc_parse_cpu()
230 if (strcmp (ppc_opts[i].opt, arg) == 0) in ppc_parse_cpu()
232 if (ppc_opts[i].sticky) in ppc_parse_cpu()
234 *sticky |= ppc_opts[i].sticky; in ppc_parse_cpu()
238 ppc_cpu = ppc_opts[i].cpu; in ppc_parse_cpu()
241 if (i >= sizeof (ppc_opts) / sizeof (ppc_opts[0])) in ppc_parse_cpu()
748 for (col = 0, i = 0; i < sizeof (ppc_opts) / sizeof (ppc_opts[0]); i++) in print_ppc_disassembler_options()
750 col += fprintf (stream, " %s,", ppc_opts[i].opt); in print_ppc_disassembler_options()
DChangeLog-2010445 * ppc-dis.c (ppc_opts, powerpc_init_dialect): Remove old opcode flags.
556 * ppc-dis.c (ppc_opts): Remove PPC_OPCODE_E500MC from e500 and
681 * ppc-dis.c (ppc_opts): Add PPC_OPCODE_E500MC for "e500mc64".
750 * ppc-dis.c (ppc_opts): Add "pwr4", "pwr5", "pwr5x", "pwr6"
755 * ppc-dis.c (ppc_opts): Add titan entry.
976 * ppc-dis.c (ppc_opts): Add entry for "e500mc64".
DChangeLog-201238 set from ppc_opts.sticky in it. Delete "retain_mask".
173 * ppc-dis.c (ppc_opts) <altivec>: Use PPC_OPCODE_ALTIVEC2;
825 * ppc-dis.c (ppc_opts): Add vle entry.
923 * ppc-dis.c (ppc_opts): Add entries for "e5500" and "e6500".
DChangeLog-2009634 * ppc-dis.c (ppc_opts): Add "476" entry.
641 * ppc-dis.c (ppc_opts): Likewise.
700 * ppc-dis.c (ppc_opts): Add "ppca2" entry.
1411 (struct ppc_mopt, ppc_opts): New.
1414 (print_ppc_disassembler_options): Dump options from ppc_opts.
DChangeLog-20131283 * ppc-dis.c (ppc_opts): Add "power8", "pwr8" and "htm" entries.