[ARM64] [turbofan] Use 'mvn' rather than an equivalent 'orn'.
authorjacob.bramley <jacob.bramley@arm.com>
Wed, 20 May 2015 11:04:34 +0000 (04:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 20 May 2015 11:04:22 +0000 (11:04 +0000)
commitf88606e25dc45100bb2d3975f113e34d22f5e3d1
tree35bd7da9e3aabd64f372e5a944ca96a6c6552914
parent35e3489e8f70c7ad5973324ad3cfa4ab27059ab4
[ARM64] [turbofan] Use 'mvn' rather than an equivalent 'orn'.

`mvn xd, xn` is an architectural alias for `orn xd, xzr, xm`, so this
doesn't change code generation at all, but it's tidier and it addresses
a TODO.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28507}
src/compiler/arm64/code-generator-arm64.cc