Home | History | Annotate | Download | only in x86

Lines Matching refs:X86InstructionSetFeatures

25 class X86InstructionSetFeatures : public InstructionSetFeatures {
28 static const X86InstructionSetFeatures* FromVariant(const std::string& variant,
33 static const X86InstructionSetFeatures* FromBitmap(uint32_t bitmap, bool x86_64 = false);
36 static const X86InstructionSetFeatures* FromCppDefines(bool x86_64 = false);
39 static const X86InstructionSetFeatures* FromCpuInfo(bool x86_64 = false);
43 static const X86InstructionSetFeatures* FromHwcap(bool x86_64 = false);
47 static const X86InstructionSetFeatures* FromAssembly(bool x86_64 = false);
59 virtual ~X86InstructionSetFeatures() {}
79 X86InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2,
114 DISALLOW_COPY_AND_ASSIGN(X86InstructionSetFeatures);