Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h1219 #define ISA_HAS_ROR ((mips_isa_rev >= 2 \ macro
Dmips.md5861 "ISA_HAS_ROR"
5882 "ISA_HAS_WSBH && ISA_HAS_ROR"
Dmips.cc3925 return ISA_HAS_ROR; in mips_immediate_operand_p()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-2014560 (ISA_HAS_ROR): Likewise.
1257 (ISA_HAS_ROR): Likewise.
DChangeLog-20061458 ISA_HAS_DROR, ISA_HAS_ROR): Reformat.
1584 (ISA_HAS_ROR): SmartMIPS implements rotate instructions.
DChangeLog-20131236 (ISA_HAS_ROR): Adjust for mips_set_options change.
DChangeLog-0203828 (ISA_HAS_64BIT_REGS, ISA_HAS_DROR, ISA_HAS_ROR): Add ISA_MIPS64R2.
2997 * config/tc-mips.c (ISA_HAS_DROR, ISA_HAS_ROR): New defines.
2999 (macro2): Use ISA_HAS_DROR and ISA_HAS_ROR in the places where
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-mips.c415 #define ISA_HAS_ROR(ISA) \ macro
13493 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro()
13549 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro()
13581 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro()
13628 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch)) in macro()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20066936 (rotr<mode>3): Depend on ISA_HAS_ROR.
6951 (ISA_HAS_ROR): ...this new macro.
DChangeLog-200811981 ISA_HAS_ROR, ISA_HAS_PREFETCH, ISA_HAS_PREFETCHX, ISA_HAS_SEB_SEH,
DChangeLog-200715726 (ISA_HAS_ROR): Define for TARGET_SMARTMIPS.
DChangeLog-201440659 (ISA_HAS_CLZ_CLO, ISA_HAS_ROR, ISA_HAS_WSBH, ISA_HAS_PREFETCH)