X64: Fix order of operands on movq(reg, xmm).
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Jul 2010 12:02:21 +0000 (12:02 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 27 Jul 2010 12:02:21 +0000 (12:02 +0000)
commitcf21615bd921babcb22016286c818b93c2e1e471
tree0b8ed3c202c942a646c9c245f5c686f7b9653629
parent539142a161b661eca139a6866c562dbd90fccb7d
X64: Fix order of operands on movq(reg, xmm).
Fixes bug 792, and the Transcendental cache is the only use of this operation.

Review URL: http://codereview.chromium.org/2806080

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5138 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/assembler-x64.cc
src/x64/disasm-x64.cc