OSDN Git Service

x86_64: Load double constant using core register
authorAlexei Zavjalov <alexei.zavjalov@intel.com>
Thu, 10 Jul 2014 11:34:23 +0000 (18:34 +0700)
committerAlexei Zavjalov <alexei.zavjalov@intel.com>
Tue, 5 Aug 2014 09:29:35 +0000 (16:29 +0700)
commit0e63ce19bdb04d31180d7eb4a8bf6605333ade5a
tree42ef074b7789232f11158cba2ba0eda8b4ea5ca9
parent3513cd30ee8e710d58a289a52104e0eb6be9e277
x86_64: Load double constant using core register

This changes the double const loading scheme for x86_64 in order to
reduce number of memory accesses.

Change-Id: If6ee34b890287ed616ca4ea5d1c13f06a06293a9
Signed-off-by: Alexei Zavjalov <alexei.zavjalov@intel.com>
compiler/dex/quick/x86/utility_x86.cc