Do not use movsq on x86.
authorPat Gavlin <pagavlin@microsoft.com>
Fri, 9 Sep 2016 19:26:44 +0000 (12:26 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Fri, 9 Sep 2016 19:26:44 +0000 (12:26 -0700)
commit7dc24537a059284db2ba55f77458e6e4c78c7f43
tree1d691628a33104c9b8996469a30b4de50539506b
parent0224d864af72cc2fa414bf7daedeb6d559cb1140
Do not use movsq on x86.

This instruction is only available when targeting amd64.
src/jit/codegenxarch.cpp
src/jit/instr.h
src/jit/instrsxarch.h