Eliminated the classification of control registers into %ecr_
authorSean Callanan <scallanan@apple.com>
Thu, 6 May 2010 20:59:00 +0000 (20:59 +0000)
committerSean Callanan <scallanan@apple.com>
Thu, 6 May 2010 20:59:00 +0000 (20:59 +0000)
commit1a8b789a4b8290d263c1c75411788ca45bae3230
treed18bc584208f7d70eab776d4584100cf3541febf
parenta5d0b54ec156dd31a77a7994e9552a562cd2bf8c
Eliminated the classification of control registers into %ecr_
and %rcr_, leaving just %cr_ which is what people expect.
Updated the disassembler to support this unified register set.
Added a testcase to verify that the registers continue to be
decoded correctly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103196 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/X86Instr64bit.td
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86RegisterInfo.td
test/MC/Disassembler/simple-tests.txt
utils/TableGen/EDEmitter.cpp
utils/TableGen/X86RecognizableInstr.cpp