Searched refs:hwcaps_list (Results 1 – 1 of 1) sorted by relevance
1465 #define NUM_HWCAPS (sizeof hwcaps_list / sizeof hwcaps_list[0])1476 } hwcaps_list[] = { in show_hwcaps_x86() local1485 NUM_HWCAPS * (sizeof hwcaps_list[0].name + 1) + 1]; // '\0' in show_hwcaps_x86()1495 if (hwcaps & hwcaps_list[i].hwcaps_bit) in show_hwcaps_x86()1496 p = p + vex_sprintf(p, "-%s", hwcaps_list[i].name); in show_hwcaps_x86()1508 } hwcaps_list[] = { in show_hwcaps_amd64() local1519 NUM_HWCAPS * (sizeof hwcaps_list[0].name + 1) + 1]; // '\0' in show_hwcaps_amd64()1529 if (hwcaps & hwcaps_list[i].hwcaps_bit) in show_hwcaps_amd64()1530 p = p + vex_sprintf(p, "-%s", hwcaps_list[i].name); in show_hwcaps_amd64()1542 } hwcaps_list[] = { in show_hwcaps_ppc32() local[all …]