summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx-cmp-builtins.c
Commit message (Collapse)AuthorAgeFilesLines
* X86 intrinsics: cmpge|gt|nge|ngt_ss|_sdManman Ren2013-06-171-0/+48
| | | | | | | | | | | | | These intrinsics should return the comparision result in the low bits and keep the high bits of the first source operand. When calling to builtin functions, the source operands are swapped and the high bits of the second source operand are kept. To fix the issue, an extra shufflevector is used. rdar://14153896 llvm-svn: 184110
* Test case for some AVX builtins. Patch by Syoyo Fujita!John McCall2011-06-031-0/+46
| | | | llvm-svn: 132518
* I can't figure out any reasonable way to make this test non-host-dependent,John McCall2011-04-061-47/+0
| | | | | | so I'm killing it. llvm-svn: 129026
* Make this a -cc1 test with a triple and a target feature.John McCall2011-04-061-1/+1
| | | | llvm-svn: 128993
* Anonymify this test.John McCall2011-04-061-6/+6
| | | | llvm-svn: 128987
* Implement the AVX cmp builtins as macros instead of static inlines.John McCall2011-04-061-0/+47
Patch by Syoyo Fujita! Reviewed by Chris Lattner! Checked in by me! llvm-svn: 128984
OpenPOWER on IntegriCloud