Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2 as...
authorCraig Topper <craig.topper@gmail.com>
Sat, 1 Oct 2011 19:54:56 +0000 (19:54 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 1 Oct 2011 19:54:56 +0000 (19:54 +0000)
commite1b4a1a07ec79440536e4535721f15de3893cd13
tree09df1140050f680680fba1b1909237be3e9e1ab6
parent2bfaf521aed6d486b2d80dbf12b84b456100cb47
Fix disassembler handling of CRC32 which is an odd instruction that uses 0xf2 as an opcode extension and allows the opsize prefix. This necessitated adding IC_XD_OPSIZE and IC_64BIT_XD_OPSIZE contexts. Unfortunately, this increases the size of the disassembler tables. Fixes PR10702.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140954 91177308-0d34-0410-b5e6-96231b3b80d8
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