hanchenye-llvm-project/llvm/lib/Target/X86/Disassembler
Craig Topper 620b50cc23 [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
This makes the assembler check their size and removes a hack from the disassembler to avoid sign extending the immediate.

llvm-svn: 226645
2015-01-21 08:15:54 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86Disassembler.cpp [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm. 2015-01-21 08:15:54 +00:00
X86Disassembler.h Pass an ArrayRef to MCDisassembler::getInstruction. 2014-11-12 02:04:27 +00:00
X86DisassemblerDecoder.cpp [X86] Remove some unused TYPE enums from the disassembler. 2015-01-07 07:47:52 +00:00
X86DisassemblerDecoder.h [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble references to them. 2014-12-26 18:20:05 +00:00
X86DisassemblerDecoderCommon.h [X86] Convert all the i8imm used by SSE and AVX instructions to u8imm. 2015-01-21 08:15:54 +00:00