Searched refs:mips_arch_choices (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | mips-dis.c | 449 const struct mips_arch_choice mips_arch_choices[] = variable 704 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) in choose_arch_by_name() 705 if (strncmp (mips_arch_choices[i].name, name, namelen) == 0 in choose_arch_by_name() 706 && strlen (mips_arch_choices[i].name) == namelen) in choose_arch_by_name() 707 c = &mips_arch_choices[i]; in choose_arch_by_name() 727 for (i = 0, c = NULL; i < ARRAY_SIZE (mips_arch_choices) && c == NULL; i++) in choose_arch_by_number() 729 if (mips_arch_choices[i].bfd_mach_valid in choose_arch_by_number() 730 && mips_arch_choices[i].bfd_mach == mach) in choose_arch_by_number() 732 c = &mips_arch_choices[i]; in choose_arch_by_number() 2431 for (i = 0; i < ARRAY_SIZE (mips_arch_choices); i++) in print_mips_disassembler_options() [all …]
|
D | ChangeLog-2014 | 117 * mips-dis.c (mips_arch_choices): Add octeon3. 223 * mips-dis.c (mips_arch_choices): Add entries for mips32r6 and 631 * mips-dis.c (mips_arch_choices): Add mips32r3, mips32r5, mips64r3 and 706 * mips-dis.c (mips_arch_choices): Update mips32r2 and mips64r2 788 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
|
D | ChangeLog-2011 | 25 * mips-dis.c (mips_arch_choices): Add Octeon2. 41 * mips-dis.c (mips_arch_choices): Add Octeon+. 211 * mips-dis.c (mips_arch_choices): Enable MCU for "mips32r2"
|
D | ChangeLog-2013 | 20 (mips_arch_choices): Add relevant cp1 register name array to each of 915 * mips-dis.c (mips_arch_choices): Update for ASE_EVA. 956 (mips_arch_choices): Initialize ase field. 1019 * mips-dis.c (mips_arch_choices): Add INSN_VIRT to mips32r2.
|
D | ChangeLog-0203 | 134 * mips-dis.c (mips_arch_choices): Add entry for "mips64r2" 392 * mips-dis.c (mips_arch_choices): Add rm7000 and rm9000 entries. 811 (mips_arch_choices): Add references to new cp0sel_names arrays 831 (mips_arch_choices): Adjust for structure change, and add a new 875 (mips_cp0_names_sb1, mips_abi_choices, mips_arch_choices)
|
D | ChangeLog-2008 | 140 * mips-dis.c (mips_arch_choices): Add r14000, r16000. 947 (mips_arch_choices): Add Octeon.
|
D | ChangeLog-2007 | 59 * mips-dis.c (mips_arch_choices): Add Loongson-2E and -2F 320 (mips_arch_choices): Link to the above as appropriate. 1748 * mips-dis.c (mips_arch_choices): Add DSP R2 support.
|
D | ChangeLog-2005 | 389 * mips-dis.c (mips_arch_choices): Enable INSN_MT for mips32r2. 428 * mips-dis.c (mips_arch_choices): Enable INSN_DSP for mips32, mips32r2,
|
D | ChangeLog-2006 | 473 * mips-dis.c (mips_arch_choices): Add smartmips instruction
|
D | ChangeLog | 475 * mips-dis.c (mips_arch_choices): Add ASE_DSPR3 to mips32r6 and
|
D | ChangeLog-2010 | 38 * mips-dis.c (mips_arch_choices): Add loongson3a.
|
D | ChangeLog-2012 | 896 * mips-dis.c (mips_arch_choices): Add entry for Broadcom XLP.
|
D | ChangeLog-2009 | 1583 (mips_arch_choices): Add XLR entry.
|