commit | 06839f868c9c4bb1f2f6333f9e88a560e80bcad8 | [log] [tgz] |
---|---|---|
author | Chao-ying Fu <chao-ying.fu@intel.com> | Thu Aug 14 15:59:17 2014 -0700 |
committer | Chao-ying Fu <chao-ying.fu@intel.com> | Thu Aug 14 16:30:30 2014 -0700 |
tree | 636047fcfa9a3af1aa248a7eedb9e69fe845dc7a | |
parent | d684cbfbe8abfb9aea4de27687041243217295c7 [diff] |
x86_64: Use RegClassBySize() for field accesses This patch optimizes x86_64 field accesses to use kAnyReg whenever possible via RegClassBySize(). Previously, using kCoreReg is too strict. Change-Id: I55a48765b9bfe6b11c4b09f85c4eb08a6e269f98 Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>