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

12

/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dshift-bad-pc.d1 # name: pc used in instructions with register-shifted register
H A Dadd-shift-two.d1 # name: Two register form of data processing instruction with register shifted register operand
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/operations/
H A D1.cc62 std::bitset<size> shifted; local
73 shifted = original;
74 shifted <<= shift_step;
77 VERIFY( shifted == correct );
79 shifted = original;
80 shifted >>= shift_step;
83 VERIFY( shifted == correct );
/haiku-buildtools/gcc/libgcc/config/epiphany/
H A Dudivsi3.S55 lsr r2,r2,23 ; .. shifted and op1 was not.
/haiku-buildtools/gcc/gmp/mpn/x86/k7/mmx/
H A Dlshift.asm41 C Zeros are shifted in at the right. The bits shifted out at the left are
347 psllq %mm6, %mm2 C wanted left shifted in all cases below
392 C left shifted.
H A Drshift.asm41 C Zeros are shifted in at the left. The bits shifted out at the right are
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/mmx/
H A Dlshift.asm30 C Zeros are shifted in at the right. Return the bits shifted out at the
363 C left shifted.
H A Drshift.asm30 C Zeros are shifted in at the left. Return the bits shifted out at the
/haiku-buildtools/isl/
H A Disl_tab_pip.c2621 * "shifted" contains the offsets of the unit hypercubes that lie inside the
2622 * context. Any rational point in "shifted" can therefore be rounded
2624 * If the context is constrained by any equality, then "shifted" is not used
2630 struct isl_tab *shifted; member in struct:isl_context_gbr
2658 /* Initialize the "shifted" tableau of the context, which
2659 * contains the constraints of the original tableau shifted
2661 * that any rational point in the shifted tableau can
2685 cgbr->shifted = isl_tab_from_basic_set(bset, 0);
2693 /* Check if the shifted tableau is non-empty, and if so
2701 if (!cgbr->shifted)
[all...]
/haiku-buildtools/gcc/gmp/mpn/arm/
H A Dudiv.asm30 C Quotient bit is shifted into $2.
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Drsh1add_n.asm35 C The dependent chain is paddq combining the carry and next (shifted) part,
H A Dsubmul_1.asm50 C shifted in, which is what psrlq does.
/haiku-buildtools/binutils/libiberty/
H A Dfloatformat.c449 unsigned int shifted = *(data + cur_byte) >> lo_bit;
452 result |= (shifted & mask) << cur_bitshift;
448 unsigned int shifted = *(data + cur_byte) >> lo_bit; local
/haiku-buildtools/gcc/libiberty/
H A Dfloatformat.c447 unsigned int shifted = *(data + cur_byte) >> lo_bit;
450 result |= (shifted & mask) << cur_bitshift;
446 unsigned int shifted = *(data + cur_byte) >> lo_bit; local
/haiku-buildtools/gcc/gcc/
H A Dexpmed.c1899 /* Unless the msb of the field used to be the msb when we shifted,
2160 expand_shift_1 (enum tree_code code, machine_mode mode, rtx shifted,
2193 and shifted in the other direction; but that does not work
2233 return expand_unop (HImode, bswap_optab, shifted, NULL_RTX,
2237 return shifted;
2253 temp = force_reg (mode, shifted);
2254 shifted = expand_binop (mode, add_optab, temp, temp, NULL_RTX,
2257 return shifted;
2291 rtx subtarget = target == shifted ? 0 : target;
2297 return shifted;
2151 expand_shift_1(enum tree_code code, machine_mode mode, rtx shifted, rtx amount, rtx target, int unsignedp) argument
2361 expand_shift(enum tree_code code, machine_mode mode, rtx shifted, int amount, rtx target, int unsignedp) argument
2376 expand_variable_shift(enum tree_code code, machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daorrlsh2_n.asm3 dnl subtacts the shifted operand from the unshifted operand.)
H A Ddive_1.asm112 C r11 d, shifted down
H A Daorrlsh_n.asm3 dnl subtacts the shifted operand from the unshifted operand.)
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/arc600/
H A Ddivsf3.S126 bclr.lo r8,r8,23 ; reduce exp by one if fraction is shifted
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Ddivsf3.S115 bclr.lo r8,r8,23 ; reduce exp by one if fraction is shifted
H A Daddsf3.S137 ; non-existent in a place shifted by one.
171 DBL1: fraction with explicit leading 1, shifted into place
248 /* DBL0: fraction with explicit leading 1, shifted into place
H A Dadddf3.S169 ; The implicit 1 of DBL0 is not shifted together with the
181 add_l DBL0H,DBL0H,r7 ; DBL0.implicit1 not shifted for DBL1.implicit1
225 DBL1H, DBL1L: fraction with explicit leading 1, shifted into place
435 /* DBL0H, DBL0L: fraction with explicit leading 1, shifted into place
/haiku-buildtools/legacy/gcc/gcc/
H A Dexpmed.c1609 /* Unless the msb of the field used to be the msb when we shifted,
1704 VALUE truncated to BITSIZE bits and then shifted left BITPOS bits. */
1878 expand_shift (code, mode, shifted, amount, target, unsignedp)
1881 rtx shifted;
1892 and shifted in the other direction; but that does not work
1912 return shifted;
1944 rtx subtarget = target == shifted ? 0 : target;
1955 shifted = force_reg (mode, shifted);
1958 mode, shifted, new_amoun
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dsqr_basecase.asm274 C Left shift of dst[1..2*size-2], high bit shifted out becomes dst[2*size-1].
/haiku-buildtools/gcc/libgcc/config/h8300/
H A Dlib1funcs.S644 ;; er0 contains shifted dividend
646 ;; er2 contains shifted divisor

Completed in 142 milliseconds

12