Searched refs:mips_isa (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h127 extern int mips_isa; /* architectural level */
194 #define GENERATE_MIPS16E (TARGET_MIPS16 && mips_isa >= 32)
197 #define ISA_MIPS1 (mips_isa == 1)
198 #define ISA_MIPS2 (mips_isa == 2)
199 #define ISA_MIPS3 (mips_isa == 3)
200 #define ISA_MIPS4 (mips_isa == 4)
201 #define ISA_MIPS32 (mips_isa == 32)
202 #define ISA_MIPS32R2 (mips_isa == 33)
203 #define ISA_MIPS64 (mips_isa == 64)
204 #define ISA_MIPS64R2 (mips_isa
[all...]
H A Dmips.c592 int mips_isa; variable
2815 if (mips_isa > 1)
4680 mips_isa = info->isa;
5963 mips_section_threshold, mips_arch_info->name, mips_isa);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c482 static int mips_isa;
573 mips_isa = ISA_MIPS3;
598 mips_isa = mips_target_info.isa;
604 mips_isa = chosen_arch->isa;
1349 if (! OPCODE_IS_MEMBER (op, mips_isa, mips_processor)
481 static int mips_isa; variable

Completed in 105 milliseconds