Searched refs:uint64_t (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dfix-r4000-12.c4 typedef unsigned long long uint64_t; typedef
5 NOMIPS16 uint64_t foo (uint64_t x) { return x / 11993; }
H A Dbswap-6.c3 typedef unsigned long long uint64_t; typedef
5 NOMIPS16 uint64_t
6 foo (uint64_t x)
H A Dfix-r4000-5.c7 typedef unsigned long long uint64_t; typedef
8 NOMIPS16 uint64_t foo (uint32_t x, uint32_t y) { return (uint64_t) x * y; }
H A Dfix-r4000-6.c4 typedef unsigned long long uint64_t; typedef
6 NOMIPS16 uint64_t bar (uint64_t x, uint64_t y) { return x * y; }
H A Dfix-r4000-8.c3 typedef unsigned long long uint64_t; typedef
5 NOMIPS16 uint64_t foo (uint64_t x, uint64_t y) { return ((uint128_t) x * y) >> 64; }
H A Dfix-r4000-10.c6 typedef unsigned long long uint64_t; typedef
8 NOMIPS16 uint128_t foo (uint64_t x, uint64_t y) { return (uint128_t) x * y; }
H A Dfix-r4000-3.c4 typedef unsigned long long uint64_t; typedef
5 NOMIPS16 uint32_t foo (uint32_t x, uint32_t y) { return ((uint64_t) x * y) >> 32; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Doptimize-bswapdi-2.c10 #define __const_swab64(x) ((uint64_t)( \
11 (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) | \
12 (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) | \
13 (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) | \
14 (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) << 8) | \
15 (((uint64_t)(
[all...]
H A Doptimize-bswapdi-3.c10 #define __const_swab64(x) ((uint64_t)( \
11 (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) | \
12 (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) | \
13 (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) | \
14 (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) << 8) | \
15 (((uint64_t)(
[all...]
H A Dconst-compare.c3 typedef unsigned long long uint64_t; typedef
7 uint64_t *name, *pat;
10 uint64_t c, k;
14 case ((uint64_t)(('[')|0x8000000000ULL)):
15 if ((negate_range = ((*pat & 0xffffffffffULL) == ((uint64_t)(('!')|0x8000000000ULL)) )) != '\0')
18 if ((*pat & 0xffffffffffULL) == ((uint64_t)(('-')|0x8000000000ULL)))
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Doptimize-bswapdi-3.c14 uint64_t read_le64_1 (void)
16 return (uint64_t) data[0] | ((uint64_t) data[1] << 8)
17 | ((uint64_t) data[2] << 16) | ((uint64_t) data[3] << 24)
18 | ((uint64_t) data[4] << 32) | ((uint64_t) data[5] << 40)
19 | ((uint64_t) data[6] << 48) | ((uint64_t) data[7] << 56);
22 uint64_t read_le64_
[all...]
H A Dbuiltin-bswap-9.c10 uint64_t foo1 (uint64_t a)
15 uint64_t foo2 (uint64_t a)
20 uint64_t foo3 (uint64_t a)
25 uint64_t foo4 (uint64_t a)
30 uint64_t foo5 (uint64_t
[all...]
H A Doptimize-bswapdi-1.c7 #define __const_swab64(x) ((uint64_t)( \
8 (((uint64_t)(x) & (uint64_t)0x00000000000000ffULL) << 56) | \
9 (((uint64_t)(x) & (uint64_t)0x000000000000ff00ULL) << 40) | \
10 (((uint64_t)(x) & (uint64_t)0x0000000000ff0000ULL) << 24) | \
11 (((uint64_t)(x) & (uint64_t)0x00000000ff000000ULL) << 8) | \
12 (((uint64_t)(
[all...]
H A Dext-elim-1.c7 typedef __UINT64_TYPE__ uint64_t; typedef
9 uint64_t __attribute__ ((noinline, noclone))
10 bn_sub_words (uint64_t * r, const uint64_t * a, const uint64_t * b, int n)
12 uint64_t t1, t2;
33 uint64_t r[2];
34 uint64_t a[2] = { -1, -1 };
35 uint64_t b[2] = { 0, 0 };
H A Doptimize-bswapdi-2.c10 uint64_t
11 swap64_c (uint64_t x)
18 return ((uint64_t) (((a0 >> 8) & 0xff) | ((a0 << 8) & 0xff00)))
19 | ((uint64_t) (((a1 >> 8) & 0xff) | ((a1 << 8) & 0xff00)) << 16)
20 | ((uint64_t) (((a2 >> 8) & 0xff) | ((a2 << 8) & 0xff00)) << 32)
21 | ((uint64_t) (((a3 >> 8) & 0xff) | ((a3 << 8) & 0xff00)) << 48);
H A Dbuiltin-bswap-7.c14 int foo1 (uint64_t a)
21 int foo2 (uint64_t a)
28 int foo3 (uint64_t a, uint64_t b)
35 int foo4 (uint64_t a, uint64_t b)
H A Dbuiltin-bswap-7a.c15 int foo1 (uint64_t a)
22 int foo2 (uint64_t a)
29 int foo3 (uint64_t a, uint64_t b)
36 int foo4 (uint64_t a, uint64_t b)
H A Dpr43280.c9 uint64_t __attribute__((noinline))
10 byteswap64(uint64_t x)
14 return ((uint64_t) ((((((b)) >> (8)) | (((b)) << (32 - (8)))) & 0xff00ff00L)
16 | (uint64_t) ((((((a)) >> (8)) | (((a)) << (32 - (8)))) & 0xff00ff00L)
23 uint64_t in = (uint64_t)0x01020304 << 32 | 0x05060708;
24 uint64_t cmp = (uint64_t)0x08070605 << 32 | 0x04030201;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp72.c4 typedef unsigned long long uint64_t; typedef
7 static inline void cvmx_write64_uint64(uint64_t addr, uint64_t val)
9 *(volatile uint64_t *)(intptr_t)addr = val;
11 static inline uint64_t cvmx_read64_uint64(uint64_t addr)
13 return *(volatile uint64_t *)(intptr_t)addr;
16 static inline void cvmx_write_csr(uint64_t csr_addr, uint64_t val)
28 cvmx_write_csr (((((uint64_t)
[all...]
H A Dvrp75.c4 typedef unsigned long long uint64_t; typedef
7 static inline void cvmx_write64_uint64(uint64_t addr, uint64_t val)
9 *(volatile uint64_t *)(intptr_t)addr = val;
11 static inline uint64_t cvmx_read64_uint64(uint64_t addr)
13 return *(volatile uint64_t *)(intptr_t)addr;
15 static inline void cvmx_write_csr(uint64_t csr_addr, uint64_t val)
28 cvmx_write_csr((((((uint64_t)
[all...]
H A Dvrp73.c5 typedef unsigned long long uint64_t; typedef
7 static inline void cvmx_write64_uint64(uint64_t addr, uint64_t val)
9 *(volatile uint64_t *)(intptr_t)addr = val;
11 static inline uint64_t cvmx_read64_uint64(uint64_t addr)
13 return *(volatile uint64_t *)(intptr_t)addr;
16 static inline void cvmx_write_csr(uint64_t csr_addr, uint64_t val)
28 cvmx_write_csr ((((((uint64_t)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dneon-vdup_nu64.c14 uint64_t arg0_uint64_t = (uint64_t) 0xdeadbeef;
17 if ((uint64_t)out_uint64x1_t != arg0_uint64_t)
H A Dneon-vmov_nu64.c14 uint64_t arg0_uint64_t = (uint64_t) 0xdeadbeef;
17 if ((uint64_t)out_uint64x1_t != arg0_uint64_t)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20110418-1.c1 typedef unsigned long long uint64_t; typedef
2 void f(uint64_t *a, uint64_t aa) __attribute__((noinline));
3 void f(uint64_t *a, uint64_t aa)
5 uint64_t new_value = aa;
6 uint64_t old_value = *a;
8 uint64_t mask = (uint64_t)(unsigned)(-1);
9 uint64_t tm
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/simd/
H A Dvget_lane_u64_indices_1.c5 uint64_t
12 uint64_t

Completed in 117 milliseconds

1234567891011>>