llvm-6502/lib/Target/X86/InstPrinter
Bruno Cardoso Lopes 53cae1362d The VPERM2F128 is a AVX instruction which permutes between two 256-bit
vectors. It operates on 128-bit elements instead of regular scalar
types. Recognize shuffles that are suitable for VPERM2F128 and teach
the x86 legalizer how to handle them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137519 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-12 21:48:26 +00:00
..
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile
X86ATTInstPrinter.cpp Rename files for consistency. 2011-07-06 22:01:53 +00:00
X86ATTInstPrinter.h createMCInstPrinter doesn't need TargetMachine anymore. 2011-07-06 19:45:42 +00:00
X86InstComments.cpp The VPERM2F128 is a AVX instruction which permutes between two 256-bit 2011-08-12 21:48:26 +00:00
X86InstComments.h
X86IntelInstPrinter.cpp Rename files for consistency. 2011-07-06 22:01:53 +00:00
X86IntelInstPrinter.h createMCInstPrinter doesn't need TargetMachine anymore. 2011-07-06 19:45:42 +00:00