[x64] Fix disassembly of movmskpd instruction.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Jun 2011 13:57:03 +0000 (13:57 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 21 Jun 2011 13:57:03 +0000 (13:57 +0000)
commit097060c699c76847a5f1617def2e9965ebf2d391
tree570a842170170f2bd9d96a88bfd244c6a8f5418e
parent12c3e7799c086f461401e4ac5250fee96256ed75
[x64] Fix disassembly of movmskpd instruction.

The destination is a GP register, not an XMM register.  ia32 did not
have this problem.

BUG=
TEST=Check --print_code output for code that tests for -0.0.

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

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