[X86] Add the remaining 11 possible exact ModRM formats. This makes their encodings...
authorCraig Topper <craig.topper@gmail.com>
Sun, 15 Feb 2015 04:16:44 +0000 (04:16 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 15 Feb 2015 04:16:44 +0000 (04:16 +0000)
commite2f7231e45974e291a51b069d059c2c348f87091
tree46737d7ce2dad641a68fe61761e392d4039cef8a
parent16035d6c0c5f148070314ffba3ee7796bf3e336d
[X86] Add the remaining 11 possible exact ModRM formats. This makes their encodings linear which can then be used to simplify some other code.

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