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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c272 unsigned Brand_id,
276 if (Brand_id != 0)
656 unsigned Model, Family, Brand_id; local
674 Brand_id = EBX & 0xff;
683 getIntelProcessorTypeAndSubtype(Family, Model, Brand_id, Features,
271 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Brand_id, unsigned Features, unsigned Features2, unsigned *Type, unsigned *Subtype) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp557 unsigned Brand_id, unsigned Features,
560 if (Brand_id != 0)
1141 unsigned Brand_id = EBX & 0xff; local
1151 getIntelProcessorTypeAndSubtype(Family, Model, Brand_id, Features,
556 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, unsigned Brand_id, unsigned Features, unsigned Features2, unsigned Features3, unsigned *Type, unsigned *Subtype) argument

Completed in 178 milliseconds