1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Target/X86/InstPrinter
Simon Pilgrim 45b04beea7 [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
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