Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrc32.c33 static unsigned long getauxval(unsigned long key) { in getauxval() function
47 res = getauxval(AT_HWCAP) & HWCAP_CRC32; in has_crc32_insn()
50 res = getauxval(AT_HWCAP2) & HWCAP2_CRC32; in has_crc32_insn()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h1845 #define HAS_LSX_SUPPORT ((getauxval(AT_HWCAP) & LOONGARCH_HWCAP_LSX) != 0)
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c340 hwcap = getauxval(AT_HWCAP); in get_hwcap()
H A DsljitNativeLOONGARCH_64.c394 hwcap_feature_list = (sljit_u32)getauxval(AT_HWCAP); in get_cpu_features()

Completed in 38 milliseconds