llvm-project/llvm/lib/Target/X86/Disassembler
Sean Callanan c3fd523731 X86 table-generator and disassembler support for the AVX
instruction set.  This code adds support for the VEX prefix
and for the YMM registers accessible on AVX-enabled
architectures.  Instruction table support that enables AVX
instructions for the disassembler is in an upcoming patch.

llvm-svn: 127644
2011-03-15 01:23:15 +00:00
..
CMakeLists.txt CMake: Add disabling optimization on MSVC8 and MSVC10 as workaround for some files in Target/ARM and Target/X86. 2010-12-29 03:59:27 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
X86Disassembler.cpp X86 table-generator and disassembler support for the AVX 2011-03-15 01:23:15 +00:00
X86Disassembler.h Make the disassembler tables const so they end up in read-only memory. 2010-10-23 09:10:44 +00:00
X86DisassemblerDecoder.c X86 table-generator and disassembler support for the AVX 2011-03-15 01:23:15 +00:00
X86DisassemblerDecoder.h X86 table-generator and disassembler support for the AVX 2011-03-15 01:23:15 +00:00
X86DisassemblerDecoderCommon.h X86 table-generator and disassembler support for the AVX 2011-03-15 01:23:15 +00:00