Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) macro
31 #define __isa_ge_and_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) && __ase(ase))
41 #define __isa_ge_or_ase(isa, ase) ((MIPS_ISA_REV >= (isa)) || __ase(ase))
52 #define __isa_lt_and_ase(isa, ase) ((MIPS_ISA_REV < (isa)) && __ase(ase))
379 #define cpu_has_dsp __ase(MIPS_ASE_DSP)
383 #define cpu_has_dsp2 __ase(MIPS_ASE_DSP2P)
387 #define cpu_has_dsp3 __ase(MIPS_ASE_DSP3)
483 #define cpu_has_vz __ase(MIPS_ASE_VZ)
487 # define cpu_has_msa __ase(MIPS_ASE_MSA)