Searched refs:__cpu_model (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c1 //===-- cpu_model.c - Support for __cpu_model builtin ------------*- C -*-===//
11 // __cpu_model for the compiler_rt library, for x86 only.
625 } __cpu_model = {0, 0, 0, {0}}; variable in typeref:struct:__processor_model
632 // A constructor function that is sets __cpu_model and __cpu_features2 with
647 if (__cpu_model.__cpu_vendor)
655 __cpu_model.__cpu_vendor = VENDOR_OTHER;
664 __cpu_model.__cpu_features[0] = Features;
670 Features2, &(__cpu_model.__cpu_type),
671 &(__cpu_model.__cpu_subtype));
672 __cpu_model
[all...]

Completed in 33 milliseconds