Searched refs:OPTION_ASE_BASE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c11182 #define OPTION_ASE_BASE (OPTION_ARCH_BASE + 11)
11183 #define OPTION_MIPS16 (OPTION_ASE_BASE + 0)
11185 #define OPTION_NO_MIPS16 (OPTION_ASE_BASE + 1)
11187 #define OPTION_MIPS3D (OPTION_ASE_BASE + 2)
11189 #define OPTION_NO_MIPS3D (OPTION_ASE_BASE + 3)
11191 #define OPTION_MDMX (OPTION_ASE_BASE + 4)
11193 #define OPTION_NO_MDMX (OPTION_ASE_BASE + 5)
11195 #define OPTION_DSP (OPTION_ASE_BASE + 6)
11197 #define OPTION_NO_DSP (OPTION_ASE_BASE + 7)
11199 #define OPTION_MT (OPTION_ASE_BASE
11173 #define OPTION_ASE_BASE macro
[all...]

Completed in 124 milliseconds