Home
last modified time | relevance | path

Searched refs:processor_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp1585 uint32_t processor_id; in getHostCPUName() local
1586 __asm__("cpucfg %[prid], $zero\n\t" : [prid] "=r"(processor_id)); in getHostCPUName()
1588 switch (processor_id & 0xf000) { in getHostCPUName()