Home
last modified time | relevance | path

Searched refs:auxv_cpu_type (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/base/
H A Dcpu.cc617 char* auxv_cpu_type = nullptr; in CPU() local
632 auxv_cpu_type = reinterpret_cast<char*>(entry.a_un.a_val); in CPU()
646 if (auxv_cpu_type) { in CPU()
647 if (strcmp(auxv_cpu_type, "power9") == 0) { in CPU()
649 } else if (strcmp(auxv_cpu_type, "power8") == 0) { in CPU()
651 } else if (strcmp(auxv_cpu_type, "power7") == 0) { in CPU()
653 } else if (strcmp(auxv_cpu_type, "power6") == 0) { in CPU()
655 } else if (strcmp(auxv_cpu_type, "power5") == 0) { in CPU()
657 } else if (strcmp(auxv_cpu_type, "ppc970") == 0) { in CPU()
659 } else if (strcmp(auxv_cpu_type, "ppc7450") == 0) { in CPU()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/base/
H A Dcpu.cc612 char* auxv_cpu_type = nullptr; in CPU() local
627 auxv_cpu_type = reinterpret_cast<char*>(entry.a_un.a_val); in CPU()
641 if (auxv_cpu_type) { in CPU()
642 if (strcmp(auxv_cpu_type, "power9") == 0) { in CPU()
644 } else if (strcmp(auxv_cpu_type, "power8") == 0) { in CPU()
646 } else if (strcmp(auxv_cpu_type, "power7") == 0) { in CPU()
648 } else if (strcmp(auxv_cpu_type, "power6") == 0) { in CPU()
650 } else if (strcmp(auxv_cpu_type, "power5") == 0) { in CPU()
652 } else if (strcmp(auxv_cpu_type, "ppc970") == 0) { in CPU()
654 } else if (strcmp(auxv_cpu_type, "ppc7450") == 0) { in CPU()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/base/
H A Dcpu.cc778 char* auxv_cpu_type = nullptr; in CPU() local
807 if (auxv_cpu_type) { in CPU()
808 if (strcmp(auxv_cpu_type, "power10") == 0) { in CPU()
810 } else if (strcmp(auxv_cpu_type, "power9") == 0) { in CPU()
812 } else if (strcmp(auxv_cpu_type, "power8") == 0) { in CPU()
814 } else if (strcmp(auxv_cpu_type, "power7") == 0) { in CPU()
816 } else if (strcmp(auxv_cpu_type, "power6") == 0) { in CPU()
818 } else if (strcmp(auxv_cpu_type, "power5") == 0) { in CPU()
820 } else if (strcmp(auxv_cpu_type, "ppc970") == 0) { in CPU()
822 } else if (strcmp(auxv_cpu_type, "ppc7450") == 0) { in CPU()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/base/
H A Dcpu.cc741 char* auxv_cpu_type = nullptr; in CPU() local
756 auxv_cpu_type = reinterpret_cast<char*>(entry.a_un.a_val); in CPU()
770 if (auxv_cpu_type) { in CPU()
771 if (strcmp(auxv_cpu_type, "power9") == 0) { in CPU()
773 } else if (strcmp(auxv_cpu_type, "power8") == 0) { in CPU()
775 } else if (strcmp(auxv_cpu_type, "power7") == 0) { in CPU()
777 } else if (strcmp(auxv_cpu_type, "power6") == 0) { in CPU()
779 } else if (strcmp(auxv_cpu_type, "power5") == 0) { in CPU()
781 } else if (strcmp(auxv_cpu_type, "ppc970") == 0) { in CPU()
783 } else if (strcmp(auxv_cpu_type, "ppc7450") == 0) { in CPU()
[all …]