Insert dummy ED table entries for pseudo-instructions.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 10 Oct 2011 18:30:16 +0000 (18:30 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 10 Oct 2011 18:30:16 +0000 (18:30 +0000)
commita0ed0c0fcdd8b94f741f296a67669da3180fb42c
tree177fec1666ed1b0f302cac767893d7cb61f481bf
parenteba564ceace5861a321c230acf5df32e55ed9be5
Insert dummy ED table entries for pseudo-instructions.

The table is indexed by opcode, so simply removing pseudo-instructions
creates a wrong mapping from opcode to table entry.

Add a test case for xorps which has a very high opcode that exposes this
problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141562 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/X86/enhanced.txt
utils/TableGen/EDEmitter.cpp