Home
last modified time | relevance | path

Searched refs:ase (Results 1 – 2 of 2) sorted by relevance

/arch/mips/include/asm/
Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) argument
32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase)) argument
42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase)) argument
53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase)) argument
/arch/mips/
DMakefile210 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
211 cflags-$(smartmips-ase) += -msmartmips -Wa,--no-warn
214 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
215 cflags-$(micromips-ase) += -mmicromips
226 xpa-cflags-$(micromips-ase) += -mmicromips -Wa$(comma)-fatal-warnings