1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/X86/Utils
Bruno Cardoso Lopes 2d100ca13c 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.

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