Home | History | Annotate | Download | only in cpufeatures

Lines Matching refs:HWCAP_IDIVT

439 #define HWCAP_IDIVT     (1 << 18)
509 hwcaps |= HWCAP_IDIVT;
511 hwcaps |= HWCAP_IDIVA | HWCAP_IDIVT;
676 int has_idivt = (hwcaps & HWCAP_IDIVT);