Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dmisc.cpp98 void check_cpuid(int leaf, int sub_leaf, int registers[4]) { in check_cpuid() argument
100 __cpuidex(registers, leaf, sub_leaf); in check_cpuid()
113 : "0"(leaf), "2"(sub_leaf) // read value from eax and ecx in check_cpuid()
118 : "0"(leaf), "2"(sub_leaf) // read value from eax and ecx in check_cpuid()