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.cpp1679 uint32_t processor_id; in getHostCPUName() local
1680 __asm__("cpucfg %[prid], $zero\n\t" : [prid] "=r"(processor_id)); in getHostCPUName()
1682 switch (processor_id & 0xf000) { in getHostCPUName()