ARM64: Remove ToOperand32I and ToOperand32U.
authorJacob.Bramley@arm.com <Jacob.Bramley@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Aug 2014 13:32:24 +0000 (13:32 +0000)
committerJacob.Bramley@arm.com <Jacob.Bramley@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 19 Aug 2014 13:32:24 +0000 (13:32 +0000)
commitdabb34b28b09569c1d2e98b39272fb8072ced5f8
tree2a97432536dd4277ec77c086a2a68b926d41f53a
parentb488b2ed299ec3f2e7c38337d6a97e360b359920
ARM64: Remove ToOperand32I and ToOperand32U.

These were front-ends to ToOperand32, to specify sign-extension.
However, since r22148, bits 63-32 are ignored for 32-bit operations
anyway, so there's no need for the caller to be explicit.

BUG=
R=ulan@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm64/lithium-codegen-arm64.cc
src/arm64/lithium-codegen-arm64.h