Introduce the SetFp function in StackHandler
authorhaitao.feng@intel.com <haitao.feng@intel.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Jul 2013 23:59:55 +0000 (23:59 +0000)
committerhaitao.feng@intel.com <haitao.feng@intel.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 30 Jul 2013 23:59:55 +0000 (23:59 +0000)
commite4cdcc6576479b203714b8d48f9325f5b2c77216
tree707795438953ed6bce7bd3456578afc70110c7a7
parentbfc98bc0c8ded0dab06765bcd5d352ef834b984b
Introduce the SetFp function in StackHandler

The FP setting is different for X32 than the other platforms as
kFPOnStackSize is double the kPointerSize and we have to clear the
higher 32 bits to 0.

R=danno@chromium.org

Review URL: https://codereview.chromium.org/20073004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15966 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/frames-arm.h
src/frames.cc
src/frames.h
src/ia32/frames-ia32.h
src/mips/frames-mips.h
src/x64/frames-x64.h