HomeSort by: relevance | last modified time | path
    Searched defs:isar (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/cpuctl/arch/
arm.c 167 int isar = id_data[i]; local in function:print_features
168 for (u_int j = 0; isar != 0 && j < 8; j++, isar >>= 4) {
172 if ((isar & 0x0f) == 0
191 || (isar & 0xe) != 0) {
194 "=%u", isar & 0x0f);
arm.c 167 int isar = id_data[i]; local in function:print_features
168 for (u_int j = 0; isar != 0 && j < 8; j++, isar >>= 4) {
172 if ((isar & 0x0f) == 0
191 || (isar & 0xe) != 0) {
194 "=%u", isar & 0x0f);

Completed in 20 milliseconds