llvm-6502/lib/Target/X86/InstPrinter
Simon Pilgrim 982005c23e [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double moves and integer load instructions
This patch adds shuffle mask decodes for integer zero extends (pmovzx** and movq xmm,xmm) and scalar float/double loads/moves (movss/movsd).

Also adds shuffle mask decodes for integer loads (movd/movq).

Differential Revision: http://reviews.llvm.org/D7228

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227688 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-31 14:09:36 +00:00
..
CMakeLists.txt [CMake] Let add_public_tablegen_target responsible to provide dependency to CommonTableGen. 2013-11-28 17:04:04 +00:00
LLVMBuild.txt
Makefile
X86ATTInstPrinter.cpp [X86] Merge printSSECC and printAVXCC. They only differed by an assertion. 2015-01-28 10:09:52 +00:00
X86ATTInstPrinter.h [X86] Merge printSSECC and printAVXCC. They only differed by an assertion. 2015-01-28 10:09:52 +00:00
X86InstComments.cpp [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double moves and integer load instructions 2015-01-31 14:09:36 +00:00
X86InstComments.h [x86] Teach the asm comment printing to only print the clarification of 2014-09-03 22:46:44 +00:00
X86IntelInstPrinter.cpp [X86] Merge printSSECC and printAVXCC. They only differed by an assertion. 2015-01-28 10:09:52 +00:00
X86IntelInstPrinter.h [X86] Merge printSSECC and printAVXCC. They only differed by an assertion. 2015-01-28 10:09:52 +00:00