"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are labeled as MRMDestMem
authorBill Wendling <isanbard@gmail.com>
Tue, 23 Jun 2009 19:52:59 +0000 (19:52 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 23 Jun 2009 19:52:59 +0000 (19:52 +0000)
commit5c324d77d9a2a8db8f545d4f43c2b8fe0881e7b5
treeab7cb38a408c2763c57ed4e821a2149a1cc44484
parentb2889959c4d446bfd2406d5cf3a0512958328a80
"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are labeled as MRMDestMem
instructions, which implies that there is an explicit memory operand.  There is
(however) no explicit memory operand; although this is a store, the only memory
operand is implicit, indicated by DS:EDI.  This causes the table-generation code
for the disassembler to report an error."

Patch by Sean Callanan!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73989 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrMMX.td