[X86] Space out the encodings of X86 instruction formats. I plan to add some new...
authorCraig Topper <craig.topper@gmail.com>
Mon, 22 Aug 2016 07:38:41 +0000 (07:38 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 22 Aug 2016 07:38:41 +0000 (07:38 +0000)
commit61b62e56b7d7b25e80aae52573ce0869ed1ae621
tree7779949f72d1d93cc04d8eed5821bf450564a817
parent1867c6acc724d1928d9e50df9e9dc30beb789ad0
[X86] Space out the encodings of X86 instruction formats. I plan to add some new encodings in future commits and this will reduce the size of those commits. NFC

This tries to keep all the ModRM memory and register forms in their own regions of the encodings. Hoping to make it simple on some of the switch statements that operate on these encodings.

llvm-svn: 279422
llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
llvm/lib/Target/X86/X86InstrFormats.td
llvm/utils/TableGen/X86RecognizableInstr.cpp