commit | 3a91f442218339709bab1b5ae189de40fb546c93 | [log] [tgz] |
---|---|---|
author | Mark Mendell <mark.p.mendell@intel.com> | Tue Sep 02 12:44:24 2014 -0400 |
committer | Mark Mendell <mark.p.mendell@intel.com> | Fri Sep 05 09:31:51 2014 -0400 |
tree | 6d722987d4c0a66b1b84e593de44e59699c0536c | |
parent | 91bb35cb7d5bb5dd28201d4334dace3546c376e6 [diff] |
ART: X86: Improve multiply in div/rem by literal Rewrite the multiplication of the magic number by the dividend to save one instruction by multiplying directly from the dividend, rather than loading the dividend into EAX/RAX first. Change-Id: I7934243d90c0739a7f11a8d70f6fb2c000144587 Signed-off-by: Mark Mendell <mark.p.mendell@intel.com>