Eric Christopher
2c99fa21f9
Add the minimum target features that these tests depend upon.
...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250448 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-15 20:04:40 +00:00
Eric Christopher
cfa2e202ee
Move the adc-builtins test to the pattern of the other builtins
...
tests by predefining _MM_MALLOC_H rather than use -ffreestanding.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250203 91177308-0d34-0410-b5e6-96231b3b80d8
2015-10-13 18:40:21 +00:00
Robert Khasanov
b58e62139f
[x86] Fixed argument types in intrinsics:
...
_addcarryx_u64
_addcarry_u64
_subborrow_u64
Thanks Pasi Parviainen for notice.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218376 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-24 06:45:23 +00:00
Robert Khasanov
7c96e0197c
[x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.
...
They are added to adxintrin.h but outside __ADX__ block.
These intrinics generates adc and sbb correspondingly that were available before ADX
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218118 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-19 10:29:22 +00:00