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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase)) macro
210 #define cpu_has_mips16 __isa_lt_and_ase(6, MIPS_ASE_MIPS16)
213 #define cpu_has_mips16e2 __isa_lt_and_ase(6, MIPS_ASE_MIPS16E2)
216 #define cpu_has_mdmx __isa_lt_and_ase(6, MIPS_ASE_MDMX)
219 #define cpu_has_mips3d __isa_lt_and_ase(6, MIPS_ASE_MIPS3D)
222 #define cpu_has_smartmips __isa_lt_and_ase(6, MIPS_ASE_SMARTMIPS)

Completed in 115 milliseconds