Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c371 #define ISA_HAS_ROR(ISA) \ macro
7372 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro2()
7433 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro2()
7464 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro2()
7514 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro2()
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-20061458 ISA_HAS_DROR, ISA_HAS_ROR): Reformat.
1584 (ISA_HAS_ROR): SmartMIPS implements rotate instructions.
HDChangeLog-0203833 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.
3004 * config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
3006 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where