From 032d3775552e27eda98af2066306b773f3762b64 Mon Sep 17 00:00:00 2001 From: Serban Constantinescu Date: Fri, 23 May 2014 17:38:18 +0100 Subject: 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 --- compiler/dex/compiler_enums.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/dex/compiler_enums.h') 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, -- cgit v1.2.3-59-g8ed1b