llvm-project/llvm/lib/Target/X86/InstPrinter
Simon Pilgrim 9c76b47469 [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

llvm-svn: 227688
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