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

/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dregpopbug.s6 shift2: .reg shift label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dregpopbug.s6 shift2: .reg shift label
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_eoshift_1.f909 integer (kind = 2) :: shift2 = 2 variable in program:main
23 call test (eoshift (a, shift2, 'foo', 2), 0, int (shift2), 0, 'foo')
29 call test (eoshift (a, shift2, dim = 2), 0, int (shift2), 0, filler)
H A Dchar_eoshift_3.f909 integer (kind = 2) :: shift2 = 2 variable in program:main
26 call test (eoshift (a, shift2, filler, 2), int (shift2), .true.)
31 call test (eoshift (a, shift2, dim = 2), int (shift2), .false.)
H A Dchar_cshift_2.f908 integer (kind = 2), dimension (2, 4) :: shift2 variable in program:main
23 shift2 = shift1
28 call test (cshift (a, shift2, 2))
H A Dpr46804.f909 integer (kind = 2), dimension (2, 4) :: shift2 variable in program:main
20 shift2 = shift1
22 call test (cshift (a, shift2, 2))
H A Dchar_eoshift_2.f909 integer (kind = 2), dimension (n1, n3) :: shift2 variable in program:main
16 shift2 = shift1
29 call test (eoshift (a, shift2, 'foo', 2), 'foo')
35 call test (eoshift (a, shift2, dim = 2), filler)
H A Dchar_eoshift_4.f909 integer (kind = 2), dimension (n1, n3) :: shift2 variable in program:main
19 shift2 = shift1
32 call test (eoshift (a, shift2, filler, 2), .true.)
37 call test (eoshift (a, shift2, dim = 2), .false.)
H A Dchar_cshift_1.f908 integer (kind = 2) :: shift2 = 4 variable in program:main
22 call test (cshift (a, shift2, 2), 0, int (shift2), 0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/xor_combine/requirements/
H A Dconstants.cc30 p = &xor_c.shift2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020226-1.c27 int shift2 = SHIFT2; variable
61 if (ROR (ull, shift2) != ROR (LL_VALUE, SHIFT2))
97 if (ROL (ull, shift2) != ROL (LL_VALUE, SHIFT2))
H A D20020508-1.c27 int shift2 = SHIFT2; variable
61 if (ROR (ull, shift2) != ROR (LL_VALUE, SHIFT2))
97 if (ROL (ull, shift2) != ROL (LL_VALUE, SHIFT2))
H A D20020508-2.c25 int shift2 = SHIFT2; variable
59 if (ROR (ll, shift2) != ROR (LL_VALUE, SHIFT2))
95 if (ROL (ll, shift2) != ROL (LL_VALUE, SHIFT2))
H A D20020508-3.c25 int shift2 = SHIFT2; variable
59 if (ROR (ll, shift2) != ROR (LL_VALUE, SHIFT2))
95 if (ROL (ll, shift2) != ROL (LL_VALUE, SHIFT2))
H A Dpr40386.c26 int shift2 = SHIFT2; variable
61 if (ROR (ll, shift2) != ROR (LL_VALUE, SHIFT2))
97 if (ROL (ll, shift2) != ROL (LL_VALUE, SHIFT2))
/haiku-buildtools/gcc/gcc/config/h8300/
H A Dh8300.c4064 /* The number of bits to be shifted by shift1 and shift2. Valid
4077 const char *shift2;
4149 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4155 info->shift2 = rotate_two[shift_type][shift_mode];
4163 info->shift2 = shift_two[shift_type][shift_mode].assembler;
4539 info->shift2 = NULL;
4665 if (info.shift2 != NULL)
4668 output_asm_insn (info.shift2, operands);
4689 if (info.shift2 != NULL)
4692 output_asm_insn (info.shift2, operand
4063 const char *shift2; member in struct:shift_info
[all...]
/haiku-buildtools/gcc/gcc/config/tilepro/
H A Dgen-mul-tables.cc310 Operator ("CODE_FOR_ashlsi3", "shli", shift2, 2, 1002),
352 Operator ("CODE_FOR_ashldi3", "shli", shift2, 2, 1002),
/haiku-buildtools/legacy/gcc/gcc/config/sh/
H A Dsh.c1680 int shift2 = size - ext;
1704 if (shift2)
1706 operands[2] = GEN_INT (shift2);
1712 if (shift2 > 0)
1714 if (EXT_SHIFT_SIGNED (shift2))
1716 operands[2] = GEN_INT (shift2 + 1);
1722 operands[2] = GEN_INT (shift2);
1725 else if (shift2)
1727 operands[2] = GEN_INT (-shift2);
1675 int shift2 = size - ext; local
/haiku-buildtools/gcc/libgcc/config/ia64/
H A Dunwind-ia64.c1512 unw_word shift1, shift2;
1524 shift2 = 0x3f - shift1;
1538 count = shift2 << 3;
1560 dst_rnat |= (src_rnat >> shift2);
1506 unw_word shift1, shift2; local
/haiku-buildtools/binutils/gold/
H A Ddynobj.cc1239 uint32_t shift2 = maskbitslog2; local
1267 elfcpp::Swap<32, big_endian>::writeval(phash + 12, shift2);
1288 bitmask[val] |= (static_cast<Word>(1U)) << ((hashval >> shift2) & mask);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dshift2.d2 #name: shift2
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Drandom.h1319 static const int shift2 = __s2;
1378 ^ (result_type(_M_b2() - _M_b2.min()) << shift2));
/haiku-buildtools/gcc/gcc/config/sh/
H A Dsh.c4563 int shift2 = size - ext;
4587 if (shift2)
4589 operands[2] = GEN_INT (shift2);
4595 if (shift2 > 0)
4597 if (EXT_SHIFT_SIGNED (shift2))
4599 operands[2] = GEN_INT (shift2 + 1);
4605 operands[2] = GEN_INT (shift2);
4608 else if (shift2)
4610 operands[2] = GEN_INT (-shift2);
4554 int shift2 = size - ext; local
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dshift2.d2 #name: shift2
/haiku-buildtools/binutils/bfd/
H A Delflink.c5542 long int shift1, shift2;
5628 |= ((bfd_vma) 1) << ((s->hashval[h->dynindx] >> s->shift2) & s->mask);
6933 cinfo.shift2 = maskbitslog2;
6979 bfd_put_32 (output_bfd, cinfo.shift2, contents + 12);
5532 long int shift1, shift2; member in struct:collect_gnu_hash_codes

Completed in 506 milliseconds