Searched defs:X86_64InstructionSetFeatures (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/x86_64/
H A Dinstruction_set_features_x86_64.h25 class X86_64InstructionSetFeatures FINAL : public X86InstructionSetFeatures {
28 static const X86_64InstructionSetFeatures* FromVariant(const std::string& variant,
35 static const X86_64InstructionSetFeatures* FromBitmap(uint32_t bitmap) {
40 static const X86_64InstructionSetFeatures* FromCppDefines() {
45 static const X86_64InstructionSetFeatures* FromCpuInfo() {
51 static const X86_64InstructionSetFeatures* FromHwcap() {
57 static const X86_64InstructionSetFeatures* FromAssembly() {
65 virtual ~X86_64InstructionSetFeatures() {}
76 X86_64InstructionSetFeatures(bool smp, bool has_SSSE3, bool has_SSE4_1, bool has_SSE4_2, function in class:art::FINAL
85 DISALLOW_COPY_AND_ASSIGN(X86_64InstructionSetFeatures);
[all...]

Completed in 52 milliseconds