Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c244 static struct mips_set_options mips_opts = variable
314 (mips_opts.gp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa))
317 (mips_opts.fp32 || ! ISA_HAS_64BIT_REGS (mips_opts.isa))
337 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
387 (mips_opts.isa == ISA_MIPS32 \
388 || mips_opts.isa == ISA_MIPS32R2 \
389 || mips_opts.isa == ISA_MIPS64 \
390 || mips_opts.isa == ISA_MIPS64R2 \
391 || mips_opts.arch == CPU_R4010 \
392 || mips_opts.arch == CPU_R10000 \
[all …]