HomeSort by relevance Sort by last modified time
    Searched full:__int128 (Results 1 - 25 of 279) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
x86_64-atomic-128.c 7 __int128 test_sync_call(__int128 *addr, __int128 val) {
13 __int128 test_c11_call(_Atomic __int128 *addr, __int128 val) {
19 __int128 test_atomic_call(__int128 *addr, __int128 val) {
25 __int128 test_expression(_Atomic __int128 *addr)
    [all...]
builtins-ppc-quadword.c 12 // CHECK-PPC: error: __int128 is not supported on this target
13 vector signed __int128 vlll = { -1 };
14 // CHECK-PPC: error: __int128 is not supported on this target
15 vector unsigned __int128 vulll = { 1 };
17 // CHECK-PPC: error: __int128 is not supported on this target
18 vector signed __int128 res_vlll;
19 // CHECK-PPC: error: __int128 is not supported on this target
20 vector unsigned __int128 res_vulll;
41 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int
    [all...]
mips-type-sizes-int128.c 7 // O32 does not support __int128 so it must be tested separately
11 return sizeof(__int128); // O32: :[[@LINE]]:17: error: __int128 is not supported on this target
arm64-aapcs-arguments.c 7 typedef union { __int128 a; } Small;
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) {
  /external/clang/test/Sema/
128bitint.c 16 __int128 i = (__int128)0;
17 unsigned __int128 u = (unsigned __int128)-1;
31 __int128 n; // expected-error {{__int128 is not supported on this target}}
types.c 25 // __int128 is a keyword
27 __int128 i;
28 unsigned __int128 j;
29 long unsigned __int128 k; // expected-error {{'long __int128' is invalid}}
30 int __int128; // expected-error {{cannot combine with previous}} expected-warning {{does not declare anything}} local
32 // __int128_t is __int128; __uint128_t is unsigned __int128.
33 typedef __int128 check_int_128;
35 typedef int check_int_128; // expected-error {{different types ('int' vs '__int128_t' (aka '__int128'))}}
    [all...]
builtins-arm-exclusive.c 24 sum += __builtin_arm_ldrex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}}
51 res |= __builtin_arm_strex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}}
75 sum += __builtin_arm_ldaex((__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}}
102 res |= __builtin_arm_stlex(1, (__int128 *)addr); // expected-error {{__int128 is not supported on this target}} expected-error {{address argument to load or store exclusive builtin must be a pointer to 1,2,4 or 8 byte type}}
builtins-arm64-exclusive.c 13 sum += __builtin_arm_ldrex((__int128 *)addr);
37 res |= __builtin_arm_strex(42, (__int128 *)addr);
62 sum += __builtin_arm_ldaex((__int128 *)addr);
86 res |= __builtin_arm_stlex(42, (__int128 *)addr);
  /external/compiler-rt/test/ubsan/TestCases/Integer/
add-overflow.cpp 28 puts("__int128 not supported");
30 // CHECK-ADD_I128: {{0x40000000000000000000000000000000 \+ 0x40000000000000000000000000000000 cannot be represented in type '__int128'|__int128 not supported}}
sub-overflow.cpp 27 puts("__int128 not supported");
29 // CHECK-SUB_I128: {{0x80000000000000000000000000000000 - 1 cannot be represented in type '__int128'|__int128 not supported}}
uadd-overflow.cpp 28 puts("__int128 not supported");
30 // CHECK-ADD_I128: {{0x80000000000000000000000000000000 \+ 0x80000000000000000000000000000000 cannot be represented in type 'unsigned __int128'|__int128 not supported}}
usub-overflow.cpp 27 puts("__int128 not supported\n");
29 // CHECK-SUB_I128: {{0x40000000000000000000000000000000 - 0x80000000000000000000000000000000 cannot be represented in type 'unsigned __int128'|__int128 not supported}}
div-zero.cpp 7 typedef __int128 intmax;
  /external/clang/docs/
ClangCheck.rst 23 (TypedefDecl 0x7ff3a302a410 <<invalid sloc>> __int128_t '__int128')
24 (TypedefDecl 0x7ff3a302a470 <<invalid sloc>> __uint128_t 'unsigned __int128')
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits     [all...]
  /external/dng_sdk/source/
dng_safe_arithmetic.h 127 // Internal function used as optimization for SafeInt64Mult() if __int128 type
132 const __int128 kInt64Max =
133 static_cast<__int128>(std::numeric_limits<std::int64_t>::max());
134 const __int128 kInt64Min =
135 static_cast<__int128>(std::numeric_limits<std::int64_t>::min());
136 __int128 result = static_cast<__int128>(arg1) * static_cast<__int128>(arg2);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
bmi2intrin.h 86 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
bmi2intrin.h 84 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
bmi2intrin.h 84 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
bmi2intrin.h 84 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
bmi2intrin.h 86 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /external/clang/lib/Headers/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;

Completed in 1295 milliseconds

1 2 3 4 5 6 7 8 91011>>