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

/linux-master/arch/mips/include/asm/
H A Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) macro
32 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase))
42 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase))
53 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase))
68 (__isa_range(ge, lt) && __ase(ase))
415 #define cpu_has_dsp __ase(MIPS_ASE_DSP)
419 #define cpu_has_dsp2 __ase(MIPS_ASE_DSP2P)
423 #define cpu_has_dsp3 __ase(MIPS_ASE_DSP3)
427 #define cpu_has_loongson_mmi __ase(MIPS_ASE_LOONGSON_MMI)
431 #define cpu_has_loongson_cam __ase(MIPS_ASE_LOONGSON_CA
[all...]

Completed in 201 milliseconds