Searched refs:OPTION_ASE_BASE (Results 1 – 2 of 2) sorted by relevance
11173 #define OPTION_ASE_BASE (OPTION_ARCH_BASE + 11) macro11174 #define OPTION_MIPS16 (OPTION_ASE_BASE + 0)11176 #define OPTION_NO_MIPS16 (OPTION_ASE_BASE + 1)11178 #define OPTION_MIPS3D (OPTION_ASE_BASE + 2)11180 #define OPTION_NO_MIPS3D (OPTION_ASE_BASE + 3)11182 #define OPTION_MDMX (OPTION_ASE_BASE + 4)11184 #define OPTION_NO_MDMX (OPTION_ASE_BASE + 5)11186 #define OPTION_DSP (OPTION_ASE_BASE + 6)11188 #define OPTION_NO_DSP (OPTION_ASE_BASE + 7)11190 #define OPTION_MT (OPTION_ASE_BASE + 8)[all …]
840 OPTION_ASE_BASE): Increase to compensate for OPTION_MIPS64R2.1818 * config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE)