]> granicus.if.org Git - llvm/commit
[X86] Convert all the i8imm used by SSE and AVX instructions to u8imm.
authorCraig Topper <craig.topper@gmail.com>
Wed, 21 Jan 2015 08:15:54 +0000 (08:15 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 21 Jan 2015 08:15:54 +0000 (08:15 +0000)
commit951d088ae77262f717cf1461c2825177df90c1a4
treeb873d1160f03a1b656bb2bb3935924175b565a26
parentf81b1f346a26e085bd08ca68620c9cac07d41cfa
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226645 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Disassembler/X86Disassembler.cpp
lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h
lib/Target/X86/X86InstrSSE.td
test/MC/Disassembler/X86/x86-32.txt
utils/TableGen/X86RecognizableInstr.cpp