summaryrefslogtreecommitdiffstats
path: root/compiler/dex/compiler_enums.h
diff options
context:
space:
mode:
authorSerban Constantinescu <serban.constantinescu@arm.com>2014-05-23 17:38:18 +0100
committerbuzbee <buzbee@google.com>2014-05-26 14:36:10 -0700
commit032d3775552e27eda98af2066306b773f3762b64 (patch)
treee158bdf2924dfb72339a7d2df23ce19d0c1dc00c /compiler/dex/compiler_enums.h
parent1b1aea22c0cc5567b5967590cb3f949cc45c3a9a (diff)
downloadandroid_art-032d3775552e27eda98af2066306b773f3762b64.tar.gz
android_art-032d3775552e27eda98af2066306b773f3762b64.tar.bz2
android_art-032d3775552e27eda98af2066306b773f3762b64.zip
AArch64: Enable FLOAT and DOUBLE opcodes
This patch enables all the DOUBLE and FLOAT opcodes except for REM ones. It has been tested and passes all Dalvik tests except for: failed: 018-stack-overflow[pid=1076] failed: 107-int-math2[pid=1593] Change-Id: I581f219bde354e3402aa3ad6e24ef15566da5f78 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com>
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r--compiler/dex/compiler_enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h
index 5b4492f48c..767ffbf432 100644
--- a/compiler/dex/compiler_enums.h
+++ b/compiler/dex/compiler_enums.h
@@ -22,6 +22,7 @@
namespace art {
enum RegisterClass {
+ kInvalidRegClass,
kCoreReg,
kFPReg,
kAnyReg,