Home
last modified time | relevance | path

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

/external/v8/src/s390/
Dassembler-s390.cc106 static uint32_t auxv_hwcap = 0; in supportsSTFLE() local
133 auxv_hwcap = auxv_element->a_un.a_val; in supportsSTFLE()
144 if (0 == auxv_hwcap) { in supportsSTFLE()
151 return (auxv_hwcap & _HWCAP_S390_STFLE); in supportsSTFLE()