Home
last modified time | relevance | path

Searched refs:ISA_MIPS64R2 (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dmips-dis.c597 ISA_MIPS64R2,
646 ISA_MIPS64R2 | INSN_LOONGSON_3A, 0, mips_cp0_names_numeric,
650 ISA_MIPS64R2 | INSN_OCTEON, 0, mips_cp0_names_numeric, NULL, 0,
654 ISA_MIPS64R2 | INSN_OCTEONP, 0, mips_cp0_names_numeric,
658 ISA_MIPS64R2 | INSN_OCTEON2, 0, mips_cp0_names_numeric,
675 ISA_MIPS64R2 | INSN_XLR, 0,
874 if ((mips_isa & INSN_ISA_MASK) == ISA_MIPS64R2 in parse_mips_dis_option()
885 if (mips_isa & ISA_MIPS64R2 in parse_mips_dis_option()
DChangeLog747 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c317 || mips_opts.isa == ISA_MIPS64R2 \
366 || (ISA) == ISA_MIPS64R2 \
381 || (ISA) == ISA_MIPS64R2 \
389 ((ISA) == ISA_MIPS64R2 \
404 || (ISA) == ISA_MIPS64R2 \
420 || (ISA) == ISA_MIPS64R2 \
434 || (ISA) == ISA_MIPS64R2 \
451 || (ISA) == ISA_MIPS64R2 \
542 || mips_opts.isa == ISA_MIPS64R2 \
1982 if (mips_opts.isa == ISA_MIPS32R2 || mips_opts.isa == ISA_MIPS64R2) in mips_isa_rev()
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dmips.h1298 #define ISA_MIPS64R2 INSN_ISA64R2 macro
DChangeLog-910333 (INSN_ISA64R2, ISA_MIPS64R2, CPU_MIPS64R2): New defines.
/toolchain/binutils/binutils-2.25/gas/
DChangeLog1549 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
DChangeLog-0203828 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.