Fix disassembling of popcntw. Also remove some code that says it accounts for 64BIT_R...
authorCraig Topper <craig.topper@gmail.com>
Tue, 11 Oct 2011 04:34:23 +0000 (04:34 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 11 Oct 2011 04:34:23 +0000 (04:34 +0000)
commit29480fd798dc6452948f63825ff41c66f09c2493
tree1c53f0e1fbfb54a46f9264f0702404f3ade67f50
parent7aabcb1fc0a94becb437134747a63ff686c0661f
Fix disassembling of popcntw. Also remove some code that says it accounts for 64BIT_REXW_XD not existing, but it does exist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141642 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86DisassemblerDecoder.c
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
test/MC/Disassembler/X86/simple-tests.txt
test/MC/Disassembler/X86/x86-32.txt
utils/TableGen/X86DisassemblerTables.cpp
utils/TableGen/X86RecognizableInstr.cpp