add a bunch of mod/rm encoding types for fixed mod/rm bytes.
authorChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 02:06:33 +0000 (02:06 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 02:06:33 +0000 (02:06 +0000)
commit0d8db8e0a8492ab2d4bef725ec61b519471b97ec
tree9d2c9fbec8146b59e567d1eb2d77388f611911d3
parente79562dce009b2815d4378378394f18476fd4761
add a bunch of mod/rm encoding types for fixed mod/rm bytes.
This will work better for the disassembler for modeling things
like lfence/monitor/vmcall etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95960 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86InstrFormats.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Target/X86/X86MCCodeEmitter.cpp
utils/TableGen/X86RecognizableInstr.cpp