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

1 2 3 4 5

  /external/clang/test/CodeGen/
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
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...]
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) {
builtins-arm-exclusive.c 355 __int128 test_ldrex_128(__int128 *addr) {
370 int test_strex_128(__int128 *addr, __int128 val) {
383 __int128 test_ldaex_128(__int128 *addr) {
398 int test_stlex_128(__int128 *addr, __int128 val) {
aarch64-varargs.c 47 __int128 aligned_int(void) {
49 return va_arg(the_list, __int128);
aarch64-type-sizes.c 28 return sizeof(__int128);
builtins-ppc-quadword.c 13 // CHECK-PPC: error: __int128 is not supported on this target
14 vector signed __int128 vlll = { -1 };
15 // CHECK-PPC: error: __int128 is not supported on this target
16 vector unsigned __int128 vulll = { 1 };
18 // CHECK-PPC: error: __int128 is not supported on this target
19 vector signed __int128 res_vlll;
20 // CHECK-PPC: error: __int128 is not supported on this target
21 vector unsigned __int128 res_vulll;
42 // CHECK-PPC: error: assigning to '__vector __int128' (vector of 1 '__int128' value) from incompatible type 'int
    [all...]
  /external/compiler-rt/test/ubsan/TestCases/Integer/
div-zero.cpp 7 typedef __int128 intmax;
  /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/clang/lib/Headers/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /external/compiler-rt/test/ubsan/TestCases/Float/
cast-overflow.cpp 55 unsigned __int128 FloatMaxAsUInt128 = -((unsigned __int128)1 << 104);
124 // CHECK-6: cast-overflow.cpp:[[@LINE+2]]:{{34: runtime error: value 0xffffff00000000000000000000000001 is outside the range of representable values of type 'float'| __int128 not supported}}
131 printf("%s:%d: __int128 not supported", __FILE__, __LINE__ - 5);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
bmi2intrin.h 76 unsigned __int128 __res = (unsigned __int128) __X * __Y;

Completed in 302 milliseconds

1 2 3 4 5