OSDN Git Service

ARM: Do not allocate temp registers in MulLong if possible.
authorZheng Xu <zheng.xu@arm.com>
Thu, 13 Mar 2014 13:40:30 +0000 (13:40 +0000)
committerStuart Monteith <srdmarm@gmail.com>
Fri, 14 Mar 2014 18:38:40 +0000 (18:38 +0000)
commitd7f8e02041e9d16160bc81bd1fa19189bffc04b3
tree7a9b754322f0e8f1a2fc905945aca3b0e5f44489
parent288731acecf3582426c4c1c3e259dcc4d16f113e
ARM: Do not allocate temp registers in MulLong if possible.

Just use rl_result if we have enough registers and it is *not* either operand.

Change-Id: I5a6f3ec09653b97e41bbc6dce823aa8534f98a13
compiler/dex/quick/arm/int_arm.cc