Add movd instructions to move from MMX registers
authorDan Gohman <gohman@apple.com>
Tue, 15 Apr 2008 23:55:07 +0000 (23:55 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 15 Apr 2008 23:55:07 +0000 (23:55 +0000)
commita630f4ed916cf8d426ee5f798be35135c055a441
treebd3a3745e43d952156fd1b39f7f0032b276e1b90
parentd6bb296d4fd302f3bbdb1806615c1fe3773b8bb5
Add movd instructions to move from MMX registers
to 64-bit GPR registers on x86-64.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49757 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrMMX.td
test/CodeGen/X86/mmx-bitcast-to-i64.ll [new file with mode: 0644]