Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) macro
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_CAM)
435 #define cpu_has_loongson_ext __ase(MIPS_ASE_LOONGSON_EXT)
439 #define cpu_has_loongson_ext2 __ase(MIPS_ASE_LOONGSON_EXT2)
529 #define cpu_has_vz __ase(MIPS_ASE_VZ)
[all …]