Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c361 #define ISA_HAS_64BIT_REGS(ISA) \ macro
394 && ISA_HAS_64BIT_REGS (ISA)) \
456 (mips_opts.gp == 64 && !ISA_HAS_64BIT_REGS (mips_opts.isa) \
2028 if (ISA_HAS_64BIT_REGS (mips_opts.isa)) in mips_check_isa_supports_ase()
2037 size = ISA_HAS_64BIT_REGS (mips_opts.isa) ? 64 : 32; in mips_check_isa_supports_ase()
2050 size = ISA_HAS_64BIT_REGS (mips_opts.isa) ? 64 : 32; in mips_check_isa_supports_ase()
3244 if (ISA_HAS_64BIT_REGS (mips_opts.isa)) in is_opcode_valid()
3853 if (opts->gp == 64 && !ISA_HAS_64BIT_REGS (opts->isa)) in mips_check_options()
3934 || !ISA_HAS_64BIT_REGS (file_mips_opts.isa)) in file_mips_check_options()
3978 if (ISA_HAS_64BIT_REGS (file_mips_opts.isa) in file_mips_check_options()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog384 (ISA_HAS_64BIT_REGS): Add mips64r6.
1089 (ISA_HAS_64BIT_REGS): Add mips64r3 and mips64r5.
DChangeLog-20061411 ISA_HAS_64BIT_REGS. Formatting fixes. Improved comments.
1457 * config/tc-mipc.c (ABI_NEEDS_64BIT_REGS, ISA_HAS_64BIT_REGS,
DChangeLog-00012395 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add ISA_MIPS64 as 64 bit
3945 (ISA_HAS_COPROC_DELAYS, ISA_HAS_64BIT_REGS, gpr_interlocks): Use
3980 * config/tc-mips.c (ISA_HAS_64BIT_REGS): Add checks for ISA_MIPS5 and
DChangeLog-0203828 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.