[arm] Fix vmov immediate for ARMv6.
authorrodolph.perfetta <rodolph.perfetta@arm.com>
Fri, 29 May 2015 05:31:25 +0000 (22:31 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 29 May 2015 05:31:38 +0000 (05:31 +0000)
commit81703350bbb9923d211fe5b79e90bd458b0916e2
tree54032eb438efde649db69199dca6ce34cc939004
parentba227db023c01b88cf2636c790ab8a4b14b3cb4d
[arm] Fix vmov immediate for ARMv6.

vmov immediate was always emitting movt for some immediates wether or
not the CPU supported ARMv7.

BUG=v8:4019
LOG=n

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

Cr-Commit-Position: refs/heads/master@{#28691}
src/arm/assembler-arm.cc