Home
last modified time | relevance | path

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

/aosp12/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dhwcap.h41 #define HWCAP_ASIMDDP (1 << 20) macro
/aosp12/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc238 has_dotprod = hwcaps & HWCAP_ASIMDDP ? true : false; in FromHwcap()