[turbofan][arm64] Use immediates instead of MiscField for stack operations.
authorbaptiste.afsa <baptiste.afsa@arm.com>
Fri, 27 Mar 2015 21:57:41 +0000 (14:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 27 Mar 2015 21:57:47 +0000 (21:57 +0000)
commit6ad9bc2f55f0cb13927808be41855cb7b3c4fbcf
tree9cde40965974e1560ebc8759b3a72585978b9313
parent073009e3e80b9978d87df156ba3ac39fd1d7190d
[turbofan][arm64] Use immediates instead of MiscField for stack operations.

This avoid to depend on MiscField to be big enough to hold the offset/size.
This patch also remove the Arm64PokePair which is no longer used.

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#27505}
src/compiler/arm64/code-generator-arm64.cc
src/compiler/arm64/instruction-codes-arm64.h
src/compiler/arm64/instruction-selector-arm64.cc