Searched refs:HWCAP_SPARC_VIS3 (Results 1 – 3 of 3) sorted by relevance
586 #define HWCAP_SPARC_VIS3 0x00020000 macro
2112 use_vis3_instructions = (hwcap & HWCAP_SPARC_VIS3) != 0;
1028 r |= features & CPU_FEATURE_VIS3 ? HWCAP_SPARC_VIS3 : 0; in get_elf_hwcap()