Searched defs:ASMIsIntelCpuEx (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dasm-amd64-x86.h1186 DECLINLINE(bool) ASMIsIntelCpuEx(uint32_t uEBX, uint32_t uECX, uint32_t uEDX) function
1204 return ASMIsIntelCpuEx(uEBX, uECX, uEDX);
1350 * @param fIntel Whether it's an intel CPU. Use ASMIsIntelCpuEx() or ASMIsIntelCpu().

Completed in 82 milliseconds