llvm-6502/lib/Target/X86/Utils
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 Update CMake target names for tablegen-generated data in the X86 and ARM targets. This should fix the CMake build with MSVC. 2011-08-01 16:29:27 +00:00
Makefile
X86ShuffleDecode.cpp The VPERM2F128 is a AVX instruction which permutes between two 256-bit 2011-08-12 21:48:26 +00:00
X86ShuffleDecode.h The VPERM2F128 is a AVX instruction which permutes between two 256-bit 2011-08-12 21:48:26 +00:00