Searched refs:mips_opts (Results 1 – 13 of 13) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 203 static struct mips_set_options mips_opts = variable 295 (mips_opts.gp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) 298 (mips_opts.fp32 || ! ISA_HAS_64BIT_FPRS (mips_opts.isa)) 323 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32) 373 (mips_opts.isa == ISA_MIPS32 \ 374 || mips_opts.isa == ISA_MIPS32R2 \ 375 || mips_opts.isa == ISA_MIPS64 \ 376 || mips_opts.isa == ISA_MIPS64R2 \ 377 || mips_opts.arch == CPU_R4010 \ 378 || mips_opts.arch == CPU_R10000 \ [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 246 static struct mips_set_options mips_opts = variable 340 (mips_opts.gp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa)) 343 (mips_opts.fp32 || ! ISA_HAS_64BIT_FPRS (mips_opts.isa)) 363 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32) 421 (mips_opts.isa == ISA_MIPS32 \ 422 || mips_opts.isa == ISA_MIPS32R2 \ 423 || mips_opts.isa == ISA_MIPS64 \ 424 || mips_opts.isa == ISA_MIPS64R2 \ 425 || mips_opts.arch == CPU_R4010 \ 426 || mips_opts.arch == CPU_R10000 \ [all …]
|
/openbsd-src/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0203 | 1489 * 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 …]
|
H A D | ChangeLog | 517 directly checking mips_opts.isa.
|
H A D | ChangeLog-9697 | 291 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
|
H A D | ChangeLog-0001 | 413 (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.
|
H A D | ChangeLog-9899 | 194 ISA, particularly mips_opts.isa.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-0203 | 1489 * 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 …]
|
H A D | ChangeLog-2005 | 988 (mips_opts): Add -1 to initialize ase_mt. 1098 (mips_opts): Add -1 to initialize ase_dsp. 3373 manipulating mips_opts or prev_nop_frag directly. 3500 (mips_opts): Initialize it.
|
H A D | ChangeLog-9697 | 291 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
|
H A D | ChangeLog-0001 | 413 (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.
|
H A D | ChangeLog-2004 | 2596 directly checking mips_opts.isa.
|
H A D | ChangeLog-9899 | 194 ISA, particularly mips_opts.isa.
|