Searched refs:OPTION_ARCH_BASE (Results 1 – 2 of 2) sorted by relevance
11147 #define OPTION_ARCH_BASE (OPTION_MD_BASE) macro11148 #define OPTION_MARCH (OPTION_ARCH_BASE + 0)11150 #define OPTION_MTUNE (OPTION_ARCH_BASE + 1)11152 #define OPTION_MIPS1 (OPTION_ARCH_BASE + 2)11155 #define OPTION_MIPS2 (OPTION_ARCH_BASE + 3)11157 #define OPTION_MIPS3 (OPTION_ARCH_BASE + 4)11159 #define OPTION_MIPS4 (OPTION_ARCH_BASE + 5)11161 #define OPTION_MIPS5 (OPTION_ARCH_BASE + 6)11163 #define OPTION_MIPS32 (OPTION_ARCH_BASE + 7)11165 #define OPTION_MIPS64 (OPTION_ARCH_BASE + 8)[all …]
1818 * config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE)