Searched refs:mips_isa (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/gcc/config/mips/ |
| HD | mips.h | 127 extern int mips_isa; /* architectural level */ 193 #define GENERATE_MIPS16E (TARGET_MIPS16 && mips_isa >= 32) 196 #define ISA_MIPS1 (mips_isa == 1) 197 #define ISA_MIPS2 (mips_isa == 2) 198 #define ISA_MIPS3 (mips_isa == 3) 199 #define ISA_MIPS4 (mips_isa == 4) 200 #define ISA_MIPS32 (mips_isa == 32) 201 #define ISA_MIPS32R2 (mips_isa == 33) 202 #define ISA_MIPS64 (mips_isa == 64) 203 #define ISA_MIPS64R2 (mips_isa == 65) [all …]
|
| HD | mips.c | 592 int mips_isa; variable 2806 if (mips_isa > 1) in mips_split_64bit_move_p() 4657 mips_isa = info->isa; in mips_set_architecture() 5933 mips_section_threshold, mips_arch_info->name, mips_isa); in mips_file_start()
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | mips-dis.c | 481 static int mips_isa; variable 571 mips_isa = ISA_MIPS3; in set_default_mips_dis_options() 596 mips_isa = mips_target_info.isa; in set_default_mips_dis_options() 602 mips_isa = chosen_arch->isa; in set_default_mips_dis_options() 1345 if (! OPCODE_IS_MEMBER (op, mips_isa, mips_processor) in print_insn_mips()
|
| HD | ChangeLog-0203 | 876 (mips_processor, mips_isa, mips_gpr_names, mips_fpr_names)
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 3404 r10000. If mips_isa is 4, set the machine number to 8000. 3405 (append_insn): If mips_isa is at least 4, don't generate nops for 3408 (mips_emit_delays): If mips_isa is at least 4, don't generate nops 4407 already set. For -mcpu=, just set mips_cpu, not mips_isa. 5122 (md_begin): Set mips_cpu as well as mips_isa. 5127 (md_parse_option): Set mips_cpu as well as mips_isa. 9802 * config/tc-mips.c (mips_isa): New static variable. 9803 (md_begin): Initialize mips_isa based on TARGET_CPU. Don't sanity 9806 (append_insn): Don't insert NOPs for load delays if mips_isa >= 2. 9809 (mips_emit_delays): Don't insert NOPS for load delays if mips_isa [all …]
|
| HD | ChangeLog-9697 | 1806 (mips_isa): Remove. Now a field in mips_opts. Change all 4888 * config/tc-mips.c (load_register): If mips_isa < 3, permit a 32
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | FSFChangeLog.11 | 8056 (anddi3, iordi3, xordi3): Test TARGET_64BIT, not mips_isa 10687 HARD_FLOAT, or if mips_isa < 4. 10723 ST_REG to GR_REG if mips_isa >= 4. Only permit move from GR_REG 10724 to ST_REG is mips_isa < 4. 10729 extra condition modes. If mips_isa >= 4, permit CCmode in GR_REGS
|
| HD | ChangeLog-2001 | 10999 (ISA_HAS_8CC): Add mips_isa = 32 and 64.
|
| HD | ChangeLog-2005 | 28592 (mips_isa): Initialize to MIPS_ABI_DEFAULT.
|