]> granicus.if.org Git - clang/commit
Support x86's PALIGNR instruction without the use of a palignr intrinsic.
authorNate Begeman <natebegeman@mac.com>
Mon, 14 Dec 2009 04:57:03 +0000 (04:57 +0000)
committerNate Begeman <natebegeman@mac.com>
Mon, 14 Dec 2009 04:57:03 +0000 (04:57 +0000)
commitce5818a19a8f77d1540d0352649d6687eca4af6b
tree83ed72f91711d4cd14d2b2b2fc759f9c24cbf7c6
parent1d9c54df56391ac4740db27d551782e81189cb51
Support x86's PALIGNR instruction without the use of a palignr intrinsic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91264 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/BuiltinsX86.def
lib/CodeGen/CGBuiltin.cpp
lib/Headers/tmmintrin.h
test/CodeGen/palignr.c [new file with mode: 0644]