Searched refs:function_id (Results 1 – 2 of 2) sorted by relevance
14 void test__cpuid(int cpuInfo[4], int function_id) { in test__cpuid() argument15 __cpuid(cpuInfo, function_id); in test__cpuid()49 void test__cpuidex(int cpuInfo[4], int function_id, int subfunction_id) { in test__cpuidex() argument50 __cpuidex(cpuInfo, function_id, subfunction_id); in test__cpuidex()
136 | function_id | ``28`` | A numeric ID for the function. Resolved to a |152 shift right by ``0x04`` to obtain the function_id field.156 shift right by 7 bits for the discriminant. The function_id field could be