Searched refs:ISA_HAS_ROR (Results 1 – 3 of 3) sorted by relevance
371 #define ISA_HAS_ROR(ISA) \ macro7372 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()
1458 ISA_HAS_DROR, ISA_HAS_ROR): Reformat.1584 (ISA_HAS_ROR): SmartMIPS implements rotate instructions.
833 (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