OSDN Git Service

ART: Add Mips32r6 backend support
authorDouglas Leung <douglas.leung@imgtec.com>
Sat, 28 Feb 2015 03:05:03 +0000 (19:05 -0800)
committerAndreas Gampe <agampe@google.com>
Fri, 20 Mar 2015 23:51:56 +0000 (16:51 -0700)
commit027f0ff64c2512b9a5f1f54f3fea1bec481eb0f5
tree9202535f219d7343b4c26d5c43f0bcb7c31650df
parent6cc763c8b8157fb42dd44e1dfb84812546500dc1
ART: Add Mips32r6 backend support

Add Mips32r6 compiler support.

Don't use deprecated Mips32r2 instructions if running in Mips32r6
mode.

Change-Id: I54e689aa8c026ccb75c4af515aa2794f471c9f67
compiler/dex/quick/mips/assemble_mips.cc
compiler/dex/quick/mips/codegen_mips.h
compiler/dex/quick/mips/fp_mips.cc
compiler/dex/quick/mips/int_mips.cc
compiler/dex/quick/mips/mips_lir.h
compiler/dex/quick/mips/target_mips.cc
compiler/dex/quick/mips/utility_mips.cc
dex2oat/dex2oat.cc
disassembler/disassembler_mips.cc