X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fmips-dis.c;h=69919486fe46b3bb7902f15c7836697e5043110e;hb=9da4dfd6816fa2198bd80fd6a7b12fef4d6c8361;hp=0f5799d49b706fcaf32e09480fef11dbdcb16455;hpb=bd782c07b914f28fd927cec42eacd8adcf556dca;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index 0f5799d49b..69919486fe 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -645,6 +645,11 @@ const struct mips_arch_choice mips_arch_choices[] = | ASE_LOONGSON_EXT2, mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264, mips_hwr_names_numeric }, + { "g264e", 1, bfd_mach_mips_gs464e, CPU_GS264E, + ISA_MIPS64R2, ASE_LOONGSON_MMI | ASE_LOONGSON_CAM | ASE_LOONGSON_EXT + | ASE_LOONGSON_EXT2 | ASE_MSA | ASE_MSA64, mips_cp0_names_numeric, NULL, + 0, mips_cp1_names_mips3264, mips_hwr_names_numeric }, + { "octeon", 1, bfd_mach_mips_octeon, CPU_OCTEON, ISA_MIPS64R2 | INSN_OCTEON, 0, mips_cp0_names_numeric, NULL, 0, mips_cp1_names_mips3264, mips_hwr_names_numeric },