HomeSort by relevance Sort by last modified time
    Searched refs:HWCAP_IDIVT (Results 1 - 2 of 2) sorted by null

  /ndk/sources/android/cpufeatures/
cpu-features.c 439 #define HWCAP_IDIVT (1 << 18)
509 hwcaps |= HWCAP_IDIVT;
511 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
676 int has_idivt = (hwcaps & HWCAP_IDIVT);
    [all...]
  /external/chromium_org/v8/src/
cpu.cc 105 #define HWCAP_IDIVT (1 << 18)
107 #define HWCAP_IDIV (HWCAP_IDIVA | HWCAP_IDIVT)

Completed in 88 milliseconds