Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A Dcpu-features.h17 #define __ase(ase) (cpu_data[0].ases & (ase)) macro
68 (__isa_range(ge, lt) && __ase(ase))
398 #define cpu_has_dsp __ase(MIPS_ASE_DSP)
402 #define cpu_has_dsp2 __ase(MIPS_ASE_DSP2P)
406 #define cpu_has_dsp3 __ase(MIPS_ASE_DSP3)
410 #define cpu_has_loongson_mmi __ase(MIPS_ASE_LOONGSON_MMI)
414 #define cpu_has_loongson_cam __ase(MIPS_ASE_LOONGSON_CAM)
418 #define cpu_has_loongson_ext __ase(MIPS_ASE_LOONGSON_EXT)
422 #define cpu_has_loongson_ext2 __ase(MIPS_ASE_LOONGSON_EXT2)
512 #define cpu_has_vz __ase(MIPS_ASE_VZ)
[all …]

Completed in 4 milliseconds