summaryrefslogtreecommitdiffstats
path: root/compiler/utils/assembler.h
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@arm.com>2014-10-23 10:03:10 +0100
committerNicolas Geoffray <ngeoffray@google.com>2014-10-23 13:44:42 +0100
commit5319defdf502fc4569316473846b83180ec08035 (patch)
tree909c6b29f065c79c8368a283946947cbb582d1c7 /compiler/utils/assembler.h
parent37a7188810e865a1ee0a7bdc2d01d62c1f1ea49e (diff)
downloadandroid_art-5319defdf502fc4569316473846b83180ec08035.tar.gz
android_art-5319defdf502fc4569316473846b83180ec08035.tar.bz2
android_art-5319defdf502fc4569316473846b83180ec08035.zip
ART: optimizing compiler: initial support for ARM64.
The ARM64 port uses VIXL for code generation, to which it defers work like label binding and branch resolving, register type coherency checking, and immediate values handling. Change-Id: I0a44508c0c991f472a63e67b3469cdd878fe1a68 Signed-off-by: Serban Constantinescu <serban.constantinescu@arm.com> Signed-off-by: Alexandre Rames <alexandre.rames@arm.com>
Diffstat (limited to 'compiler/utils/assembler.h')
-rw-r--r--compiler/utils/assembler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/utils/assembler.h b/compiler/utils/assembler.h
index 91b8d8ab9a..2b0c94c9e0 100644
--- a/compiler/utils/assembler.h
+++ b/compiler/utils/assembler.h
@@ -118,6 +118,7 @@ class Label {
friend class arm::ArmAssembler;
friend class arm::Arm32Assembler;
friend class arm::Thumb2Assembler;
+ friend class arm64::Arm64Assembler;
friend class mips::MipsAssembler;
friend class x86::X86Assembler;
friend class x86_64::X86_64Assembler;