OSDN Git Service

ART: Add support for "silvermont" variant
authorAndreas Gampe <agampe@google.com>
Fri, 3 Apr 2015 20:46:54 +0000 (13:46 -0700)
committerAndreas Gampe <agampe@google.com>
Fri, 3 Apr 2015 21:22:56 +0000 (14:22 -0700)
commit24a05f449a6b4b0e4944c2055f0c7490d6a09861
tree6d05d580ae522e858a28b9d6c62b9ac9095548dd
parent425587d25832145a45a0b76beaa93996b0226f0d
ART: Add support for "silvermont" variant

The variant is already supported in the build system and wired up
for the Nexus Player (fugu). The values are copied from the build
system and correspond to documentation in, e.g.,
http://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf
chapter 15, section 1.1.

Change-Id: I9facaa9d5b8bae3d98cf48f2969d02d11ebfe0e4
runtime/arch/instruction_set_features.cc
runtime/arch/instruction_set_features.h
runtime/arch/x86/instruction_set_features_x86.cc
runtime/arch/x86/instruction_set_features_x86_test.cc