Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc110 static uint32_t auxv_hwcap = 0; in supportsSTFLE() local
137 auxv_hwcap = auxv_element->a_un.a_val; in supportsSTFLE()
148 if (0 == auxv_hwcap) { in supportsSTFLE()
155 return (auxv_hwcap & _HWCAP_S390_STFLE); in supportsSTFLE()