diff options
author | Andreas Gampe <agampe@google.com> | 2015-01-15 23:24:00 -0800 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2015-01-28 15:32:40 -0800 |
commit | 878d58cbaf6b17a9e3dcab790754527f3ebc69e5 (patch) | |
tree | 1c1af4ef938ad06a783da51e2c6276d6b0628da6 /compiler/optimizing/locations.h | |
parent | b80c3154d3b6359d8ad4ce50d3a6a68224400cdd (diff) | |
download | android_art-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.tar.gz android_art-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.tar.bz2 android_art-878d58cbaf6b17a9e3dcab790754527f3ebc69e5.zip |
ART: Arm64 optimizing compiler intrinsics
Implement most intrinsics for the optimizing compiler for Arm64.
Change-Id: Idb459be09f0524cb9aeab7a5c7fccb1c6b65a707
Diffstat (limited to 'compiler/optimizing/locations.h')
-rw-r--r-- | compiler/optimizing/locations.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/locations.h b/compiler/optimizing/locations.h index 6bf8f776fd..8b06d607f5 100644 --- a/compiler/optimizing/locations.h +++ b/compiler/optimizing/locations.h @@ -446,6 +446,8 @@ class RegisterSet : public ValueObject { DISALLOW_COPY_AND_ASSIGN(RegisterSet); }; +static constexpr bool kIntrinsified = true; + /** * The code generator computes LocationSummary for each instruction so that * the instruction itself knows what code to generate: where to find the inputs |