Search notes:

cl: intrinsics

__cpuid() and __cpuidex() are wrappers around the cpuid instruction.
__debugbreak inserts an int 3 instruction.
_ReturnAddress() reports the address of the machine code instruction that a function returns to when it is finished.

Index