Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. This way...
authorCraig Topper <craig.topper@gmail.com>
Wed, 9 Oct 2013 02:18:34 +0000 (02:18 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 9 Oct 2013 02:18:34 +0000 (02:18 +0000)
commitb96a393b090a0d9c11fb4b776d2b3c73a1d84a0c
tree483cc13925855fc823542ca278c1fc9ad387e968
parentc52566d2226aa744935c682c0073529002d4eb4d
Add in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmovq/dq instructions. This way the asm parser will pick the right one based on the mode. Instruction selection already did the right thing based on the pointer size.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrMMX.td
lib/Target/X86/X86InstrSSE.td
test/CodeGen/X86/maskmovdqu.ll
test/CodeGen/X86/mmx-builtins.ll