Searched refs:ECXValue (Results 1 – 1 of 1) sorted by relevance
1662 __INTRIN_INLINE void __cpuidex(int CPUInfo[4], int InfoType, int ECXValue) in __cpuidex() argument1664 …nfo[0]), "=b" (CPUInfo[1]), "=c" (CPUInfo[2]), "=d" (CPUInfo[3]) : "a" (InfoType), "c" (ECXValue)); in __cpuidex()