Searched refs:shift1 (Results 1 - 22 of 22) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_cshift_2.f907 integer (kind = 1), dimension (2, 4) :: shift1 variable in program:main
21 shift1 (1, :) = (/ 4, 11, 19, 20 /)
22 shift1 (2, :) = (/ 55, 5, 1, 2 /)
23 shift2 = shift1
24 shift3 = shift1
25 shift4 = shift1
27 call test (cshift (a, shift1, 2))
39 i2p = mod (shift1 (i1, i3) + i2 - 1, n2) + 1
H A Dpr46804.f908 integer (kind = 1), dimension (2, 4) :: shift1 variable in program:main
18 shift1 (1, :) = (/ 4, 11, 19, 20 /)
19 shift1 (2, :) = (/ 55, 5, 1, 2 /)
20 shift2 = shift1
21 shift3 = shift1
30 i2p = mod (shift1 (i1, i3) + i2 - 1, n2) + 1
H A Dchar_eoshift_2.f908 integer (kind = 1), dimension (n1, n3) :: shift1 variable in program:main
14 shift1 (1, :) = (/ 1, 3, 2, 2 /)
15 shift1 (2, :) = (/ 2, 1, 1, 3 /)
16 shift2 = shift1
17 shift3 = shift1
18 shift4 = shift1
28 call test (eoshift (a, shift1, 'foo', 2), 'foo')
34 call test (eoshift (a, shift1, dim = 2), filler)
47 i2p = i2 + shift1 (i1, i3)
H A Dchar_eoshift_4.f908 integer (kind = 1), dimension (n1, n3) :: shift1 variable in program:main
17 shift1 (1, :) = (/ 1, 3, 2, 2 /)
18 shift1 (2, :) = (/ 2, 1, 1, 3 /)
19 shift2 = shift1
20 shift3 = shift1
21 shift4 = shift1
31 call test (eoshift (a, shift1, filler, 2), .true.)
36 call test (eoshift (a, shift1, dim = 2), .false.)
49 i2p = i2 + shift1 (i1, i3)
H A Dchar_eoshift_1.f908 integer (kind = 1) :: shift1 = 4 variable in program:main
22 call test (eoshift (a, shift1, 'foo', 1), int (shift1), 0, 0, 'foo')
28 call test (eoshift (a, shift1, dim = 1), int (shift1), 0, 0, filler)
H A Dchar_eoshift_3.f908 integer (kind = 1) :: shift1 = 4 variable in program:main
25 call test (eoshift (a, shift1, filler, 2), int (shift1), .true.)
30 call test (eoshift (a, shift1, dim = 2), int (shift1), .false.)
H A Dchar_cshift_1.f907 integer (kind = 1) :: shift1 = 3 variable in program:main
21 call test (cshift (a, shift1, 1), int (shift1), 0, 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020226-1.c26 int shift1 = SHIFT1; variable
31 if (ROR (uc, shift1) != ROR (CHAR_VALUE, SHIFT1))
37 if (ROR (us, shift1) != ROR (SHORT_VALUE, SHIFT1))
43 if (ROR (ui, shift1) != ROR (INT_VALUE, SHIFT1))
49 if (ROR (ul, shift1) != ROR (LONG_VALUE, SHIFT1))
55 if (ROR (ull, shift1) != ROR (LL_VALUE, SHIFT1))
67 if (ROL (uc, shift1) != ROL (CHAR_VALUE, SHIFT1))
73 if (ROL (us, shift1) != ROL (SHORT_VALUE, SHIFT1))
79 if (ROL (ui, shift1) != ROL (INT_VALUE, SHIFT1))
85 if (ROL (ul, shift1) !
[all...]
H A D20020508-1.c26 int shift1 = SHIFT1; variable
31 if (ROR (uc, shift1) != ROR (CHAR_VALUE, SHIFT1))
37 if (ROR (us, shift1) != ROR (SHORT_VALUE, SHIFT1))
43 if (ROR (ui, shift1) != ROR (INT_VALUE, SHIFT1))
49 if (ROR (ul, shift1) != ROR (LONG_VALUE, SHIFT1))
55 if (ROR (ull, shift1) != ROR (LL_VALUE, SHIFT1))
67 if (ROL (uc, shift1) != ROL (CHAR_VALUE, SHIFT1))
73 if (ROL (us, shift1) != ROL (SHORT_VALUE, SHIFT1))
79 if (ROL (ui, shift1) != ROL (INT_VALUE, SHIFT1))
85 if (ROL (ul, shift1) !
[all...]
H A D20020508-2.c24 int shift1 = SHIFT1; variable
29 if (ROR (c, shift1) != ROR (CHAR_VALUE, SHIFT1))
35 if (ROR (s, shift1) != ROR (SHORT_VALUE, SHIFT1))
41 if (ROR (i, shift1) != ROR (INT_VALUE, SHIFT1))
47 if (ROR (l, shift1) != ROR (LONG_VALUE, SHIFT1))
53 if (ROR (ll, shift1) != ROR (LL_VALUE, SHIFT1))
65 if (ROL (c, shift1) != ROL (CHAR_VALUE, SHIFT1))
71 if (ROL (s, shift1) != ROL (SHORT_VALUE, SHIFT1))
77 if (ROL (i, shift1) != ROL (INT_VALUE, SHIFT1))
83 if (ROL (l, shift1) !
[all...]
H A D20020508-3.c24 int shift1 = SHIFT1; variable
29 if (ROR (c, shift1) != ROR (CHAR_VALUE, SHIFT1))
35 if (ROR (s, shift1) != ROR (SHORT_VALUE, SHIFT1))
41 if (ROR (i, shift1) != ROR (INT_VALUE, SHIFT1))
47 if (ROR (l, shift1) != ROR (LONG_VALUE, SHIFT1))
53 if (ROR (ll, shift1) != ROR (LL_VALUE, SHIFT1))
65 if (ROL (c, shift1) != ROL (CHAR_VALUE, SHIFT1))
71 if (ROL (s, shift1) != ROL (SHORT_VALUE, SHIFT1))
77 if (ROL (i, shift1) != ROL (INT_VALUE, SHIFT1))
83 if (ROL (l, shift1) !
[all...]
H A Dpr40386.c25 int shift1 = SHIFT1; variable
31 if (ROR (c, shift1) != ROR (CHAR_VALUE, SHIFT1))
37 if (ROR (s, shift1) != ROR (SHORT_VALUE, SHIFT1))
43 if (ROR (i, shift1) != ROR (INT_VALUE, SHIFT1))
49 if (ROR (l, shift1) != ROR (LONG_VALUE, SHIFT1))
55 if (ROR (ll, shift1) != ROR (LL_VALUE, SHIFT1))
67 if (ROL (c, shift1) != ROL (CHAR_VALUE, SHIFT1))
73 if (ROL (s, shift1) != ROL (SHORT_VALUE, SHIFT1))
79 if (ROL (i, shift1) != ROL (INT_VALUE, SHIFT1))
85 if (ROL (l, shift1) !
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/
H A Dconstants.cc29 const void* p = &xor_c.shift1;
/haiku-buildtools/gcc/libgcc/config/arm/
H A Dieee754-df.S87 shift1 lsl, r4, xh, #1
88 shift1 lsl, r5, yh, #1
101 shift1 lsr, r4, r4, #21
159 shift1 lsl, ip, yl, lr
168 shift1 lsl,ip, yh, lr
277 shift1 lsl, xl, xh, ip
278 shift1 lsr, xh, xh, r2
286 shift1 lsl, xh, xh, r2
315 shift1 lsr, xl, xl, r4
324 shift1 ls
[all...]
H A Dieee754-sf.S120 shift1 lsl, r1, r1, r3
195 shift1 lsl, r0, r0, ip
395 shift1 lsl, ip, al, r2
404 shift1 lsl, ip, ah, r2
534 shift1 lsr, r1, r1, r2
536 shift1 lsl, ip, r0, r2
972 shift1 lsr, r0, r3, r2
1014 shift1 lsr, r0, r3, r2
H A Dlib1funcs.S258 .macro shift1 op, arg0, arg1, arg2
273 .macro shift1 op, arg0, arg1, arg2
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.c4064 /* The number of bits to be shifted by shift1 and shift2. Valid
4073 const char *shift1;
4148 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
4154 info->shift1 = rotate_one[cpu_type][shift_type][shift_mode];
4162 info->shift1 = shift_one[cpu_type][shift_type][shift_mode].assembler;
4215 info->shift1 = "shlr.b\t%s0";
4228 info->shift1 = "shar.b\t%s0";
4292 info->shift1 = "shlr\t%y0\n\trotxr\t%x0\n\trotxr\t%w0";
4355 info->shift1 = "add.w\t%e0,%e0";
4361 info->shift1
4059 const char *shift1; member in struct:shift_info
[all...]
/haiku-buildtools/binutils/gold/
H A Ddynobj.cc1229 uint32_t shift1; local
1231 shift1 = 5;
1236 shift1 = 6;
1238 uint32_t mask = (1U << shift1) - 1U;
1241 uint32_t maskwords = 1U << (maskbitslog2 - shift1);
1285 unsigned int val = ((hashval >> shift1)
1286 & ((maskbits >> shift1) - 1));
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c1512 unw_word shift1, shift2;
1521 shift1 = ((dst - src) >> 3) & 0x3f;
1523 shift1--;
1524 shift2 = 0x3f - shift1;
1546 dst_rnat |= (src_rnat << shift1) & ~(1ULL << 63);
1552 count = shift1 << 3;
1506 unw_word shift1, shift2; local
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dgen-mul-tables.cc309 Operator ("CODE_FOR_ashlsi3", "shli", shift1, 1, 1001),
351 Operator ("CODE_FOR_ashldi3", "shli", shift1, 1, 1001),
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Drandom.h1318 static const int shift1 = __s1;
1377 return ((result_type(_M_b1() - _M_b1.min()) << shift1)
/haiku-buildtools/binutils/bfd/
H A Delflink.c5542 long int shift1, shift2;
5624 val = (s->hashval[h->dynindx] >> s->shift1)
5625 & ((s->maskbits >> s->shift1) - 1);
6928 cinfo.shift1 = 6;
6931 cinfo.shift1 = 5;
6932 cinfo.mask = (1 << cinfo.shift1) - 1;
6935 maskwords = 1 << (maskbitslog2 - cinfo.shift1);
5532 long int shift1, shift2; member in struct:collect_gnu_hash_codes

Completed in 265 milliseconds