Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-mips.c265 static struct mips_set_options mips_opts = variable
283 #define ISA_SUPPORTS_MIPS16E (mips_opts.isa == ISA_MIPS32 \
284 || mips_opts.isa == ISA_MIPS32R2 \
285 || mips_opts.isa == ISA_MIPS64 \
286 || mips_opts.isa == ISA_MIPS64R2)
300 #define ISA_SUPPORTS_SMARTMIPS (mips_opts.isa == ISA_MIPS32 \
301 || mips_opts.isa == ISA_MIPS32R2)
307 #define ISA_SUPPORTS_DSP_ASE (mips_opts.isa == ISA_MIPS32R2 \
308 || mips_opts.isa == ISA_MIPS64R2)
310 #define ISA_SUPPORTS_DSP64_ASE (mips_opts.isa == ISA_MIPS64R2)
[all …]
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02031489 * config/tc-mips.c (mips_set_options,mips_opts): Support for
1493 (hilo_interlocks,gpr_interlocks,cop_interlocks): Use mips_opts.arch.
1496 (macro_build,macro,mips_ip): Use mips_opts.arch.
1497 (mips_set_architecture): Init file_mips_arch and mips_opts.arch.
5036 (mips_opts): Update accordingly. Replace all uses of mips_opts.abi
5051 mips_opts.isa. Use mips_set_option_string to set -march or -mtune.
5451 * config/tc-mips.c (mips_opts): Fix comment, all ASE fields are set
5494 * tc-mips.c (mips_after_parse_args): Always set mips_opts.ase_mips3d
5495 and mips_opts.ase_mdmx if they are uninitialized.
5582 (mips_opts): Initialize "ase_mdmx" member.
[all …]
DChangeLog920 * config/tc-mips.c (mips_set_options, mips_opts, file_ase_dspr2,
DChangeLog-9697291 that mips_cpu depends on TARGET_CPU, and mips_opts.isa depends on
1805 (mips_opts): New static variable.
1806 (mips_isa): Remove. Now a field in mips_opts. Change all
DChangeLog-0001413 (mips_opts): Initialize the new members.
416 (HAVE_32BIT_GPRS): Use the new values from mips_opts.
421 (md_parse_option): Use the new values from mips_opts.
DChangeLog-20061582 (mips_opts): Likewise.
DChangeLog-9899194 ISA, particularly mips_opts.isa.