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

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c273 unsigned Features2, unsigned *Type,
353 if (Features2 & (1 << (FEATURE_AVX512VNNI - 32)))
426 unsigned Features, unsigned Features2,
491 unsigned Features2 = 0; local
499 Features2 |= 1U << ((F - 32) & 0x1f); \
598 *Features2Out = Features2;
644 unsigned Features2 = 0; local
663 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2);
665 __cpu_features2 = Features2;
670 Features2,
270 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Brand_id, unsigned Features, unsigned Features2, unsigned *Type, unsigned *Subtype) argument
425 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Features, unsigned Features2, unsigned *Type, unsigned *Subtype) argument
[all...]

Completed in 29 milliseconds