Searched refs:HWCAP_IDIVT (Results 1 - 2 of 2) sorted by relevance

/prebuilts/ndk/current/sources/android/cpufeatures/
H A Dcpu-features.c473 #define HWCAP_IDIVT (1 << 18) macro
491 HWCAP_IDIVT )
620 hwcaps |= HWCAP_IDIVT;
622 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
799 int has_idivt = (hwcaps & HWCAP_IDIVT);
/prebuilts/ndk/r16/sources/android/cpufeatures/
H A Dcpu-features.c473 #define HWCAP_IDIVT (1 << 18) macro
491 HWCAP_IDIVT )
620 hwcaps |= HWCAP_IDIVT;
622 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
799 int has_idivt = (hwcaps & HWCAP_IDIVT);

Completed in 34 milliseconds