OSDN Git Service

ART: Use jalr instead of jr for Mips
authorAndreas Gampe <agampe@google.com>
Tue, 13 Jan 2015 19:32:32 +0000 (11:32 -0800)
committerAndreas Gampe <agampe@google.com>
Tue, 13 Jan 2015 19:32:32 +0000 (11:32 -0800)
commit8d36591d93920e7b7830c3ffee3759b561f5339e
tree3217249ce513848ed93dcec981d6ed4c13c2fc60
parent8fccea249b1a6f1469eeea42c2b2cca06ce1c70d
ART: Use jalr instead of jr for Mips

Use the jalr instruction instead of jr in stubs and compiled code.

Change-Id: Idacc5167a5bb0113dc2e7716e4767e5ed07b5e0b
compiler/dex/quick/mips/assemble_mips.cc
compiler/dex/quick/mips/call_mips.cc
compiler/dex/quick/mips/utility_mips.cc
compiler/utils/mips/assembler_mips.cc
disassembler/disassembler_mips.cc
runtime/arch/mips/jni_entrypoints_mips.S
runtime/arch/mips/quick_entrypoints_mips.S