Searched refs:ase_smartmips (Results 1 – 2 of 2) sorted by relevance
213 int ase_smartmips; member374 || mips_opts.ase_smartmips)3384 | (mips_opts.ase_smartmips ? INSN_SMARTMIPS : 0)), in macro_build()8633 | (mips_opts.ase_smartmips ? INSN_SMARTMIPS : 0)), in mips_ip()11526 mips_opts.ase_smartmips = 1; in md_parse_option()11530 mips_opts.ase_smartmips = 0; in md_parse_option()11899 if (mips_opts.ase_smartmips == -1) in mips_after_parse_args()11900 mips_opts.ase_smartmips = (arch_info->flags & MIPS_CPU_ASE_SMARTMIPS) ? 1 : 0; in mips_after_parse_args()11901 if (mips_opts.ase_smartmips && !ISA_SUPPORTS_SMARTMIPS) in mips_after_parse_args()11930 file_ase_smartmips = mips_opts.ase_smartmips; in mips_after_parse_args()[all …]
1581 * config/tc-mips.c (mips_set_options): Add ase_smartmips flag.