Searched refs:_hwcap (Results 1 – 4 of 4) sorted by relevance
69 if (__bionic_is_oryon(arg->_hwcap)) { in DEFINE_IFUNC_FOR()71 } else if (arg->_hwcap & HWCAP_ASIMD) { in DEFINE_IFUNC_FOR()80 if (__bionic_is_oryon(arg->_hwcap)) { in DEFINE_IFUNC_FOR()82 } else if (arg->_hwcap & HWCAP_ASIMD) { in DEFINE_IFUNC_FOR()96 if (__bionic_is_oryon(arg->_hwcap)) { in DEFINE_IFUNC_FOR()
48 arg._hwcap = getauxval(AT_HWCAP); in __bionic_call_ifunc_resolver()51 return reinterpret_cast<ifunc_resolver_t>(resolver_addr)(arg._hwcap | _IFUNC_ARG_HWCAP, &arg); in __bionic_call_ifunc_resolver()
58 unsigned long _hwcap; member
100 EXPECT_EQ(getauxval(AT_HWCAP), g_arg._hwcap); in TEST()