ddcpuid ~master (2021-06-24T23:44:07.5621418)
Dub
Repo
REGISTERS
ddcpuid
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
@
system
extern (
C
)
struct
REGISTERS {
uint
eax
;
uint
ebx
;
uint
ecx
;
uint
edx
;
}
Members
Variables
eax
uint
eax
;
ebx
uint
ebx
;
ecx
uint
ecx
;
edx
uint
edx
;
Undocumented in source.
Meta
Source
See Implementation
ddcpuid
enums
VENDOR_OTHER
functions
asmcpuid
getInfo
getLeaves
getVendor
manifest constants
DDCPUID_CACHE_MAX
DDCPUID_PLATFORM
DDCPUID_VERSION
structs
CACHEINFO
CPUINFO
REGISTERS