Searched refs:ppc_opts (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ppc-dis.c | 53 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()
|
D | ChangeLog-2010 | 445 * 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".
|
D | ChangeLog-2012 | 38 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".
|
D | ChangeLog-2009 | 634 * 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.
|
D | ChangeLog-2013 | 1283 * ppc-dis.c (ppc_opts): Add "power8", "pwr8" and "htm" entries.
|