Reworked the Intel disassembler to support instructions
authorSean Callanan <scallanan@apple.com>
Fri, 12 Feb 2010 23:39:46 +0000 (23:39 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 12 Feb 2010 23:39:46 +0000 (23:39 +0000)
commit9492be8d10d7df8efaf33bcf2eb3ad13d49ddd60
treec56ad62ee9a81debad8d390146964406608dd7c3
parent4a2e5edb94c5d6ceb2f8f99ec031963e4c3862f9
Reworked the Intel disassembler to support instructions
whose opcodes extend into the ModR/M field using the
Form field of the instruction rather than by special
casing each instruction.  Commented out the special
casing of VMCALL, which is the first instruction to use
this special form.  While I was in the neighborhood,
added a few comments for people modifying the Intel
disassembler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96043 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/X86RecognizableInstr.cpp