[x86] Fix disassembly of MOV16ao16 et al.
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 20 Jan 2014 12:02:53 +0000 (12:02 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 20 Jan 2014 12:02:53 +0000 (12:02 +0000)
commit9334b07527ff08aab2eabe781a9d85f0d3748862
treea78a23801e9c3e6e42ddb05aa22063bcc5b4620f
parenta3fb0f9773c6c74aa066e6c31d3e727396adf7e7
[x86] Fix disassembly of MOV16ao16 et al.

The addition of IC_OPSIZE_ADSIZE in r198759 wasn't quite complete. It
also turns out to have been unnecessary. The disassembler handles the
AdSize prefix for itself, and doesn't care about the difference between
(e.g.) MOV8ao8 and MOB8ao8_16 definitions. So just let them coexist and
don't worry about it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199654 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
test/MC/Disassembler/X86/moffs.txt [new file with mode: 0644]
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86RecognizableInstr.cpp