Searched refs:shift (Results 251 - 275 of 296) sorted by relevance

<<1112

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c4196 NO_SHIFT_RESTRICT, /* Any kind of shift is accepted. */
4203 /* Parse a <shift> specifier on an ARM data processing instruction.
4217 enum shift_kind shift;
4227 inst.error = _("shift expression expected");
4235 inst.error = _("shift expression expected");
4239 shift = shift_name->kind;
4247 if (shift != SHIFT_LSL && shift != SHIFT_ASR)
4255 if (shift != SHIFT_LSL)
4263 if (shift !
4214 enum shift_kind shift; local
8094 unsigned int shift = inst.operands[i].shift_kind; local
16711 relax_immediate(fragS *fragp, int size, int shift) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h241 assert(j <= i && "Use moveRight shift elements right");
250 assert(i <= j && "Use moveLeft shift elements left");
273 /// shift - Shift elements [i;size) 1 position to the right.
276 void shift(unsigned i, unsigned Size) { function in class:llvm::IntervalMapImpl::NodeBase
669 this->shift(i, Size);
749 this->shift(i, Size);
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmmu_oea64.c389 int shift; local
391 shift = large ? moea64_large_page_shift : ADDR_PIDX_SHFT;
393 shift);
/freebsd-9.3-release/contrib/gcc/
H A Dc-common.c2809 int shift, size;
2819 shift = 3;
2823 shift = 0;
2827 shift = 1;
2831 shift = 2;
2840 return ((size << 24) | (i << shift));
6686 "suggest parentheses around + or - inside shift");
2797 int shift, size; local
H A Dggc-page.c170 #define DIV_SHIFT(ORDER) inverse_table[ORDER].shift
246 /* The Ith entry is a pair of numbers (mult, shift) such that
247 ((k * mult) >> shift) mod 2^32 == (k / OBJECT_SIZE(I)) mod 2^32,
253 unsigned int shift;
251 unsigned int shift; member in struct:__anon1171
H A Dexpr.c1650 int shift = 0;
1655 /* Arrange to shift the fragment to where it belongs.
1665 shift = (bytelen - (ssize - bytepos)) * BITS_PER_UNIT;
1756 if (shift)
1758 build_int_cst (NULL_TREE, shift), tmps[i], 0);
2008 int shift = (bytelen - (ssize - bytepos)) * BITS_PER_UNIT;
2010 build_int_cst (NULL_TREE, shift),
8160 /* Don't use a widening multiply if a shift will do. */
1645 int shift = 0; local
2003 int shift = (bytelen - (ssize - bytepos)) * BITS_PER_UNIT; local
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c538 u_short shift; local
556 shift = 8;
559 shift = 8 + (hdr->ip6e_len << 3);
563 if (shift > fin->fin_dlen) { /* Nasty extension header length? */
582 fin->fin_dp = (char *)fin->fin_dp + shift;
583 fin->fin_dlen -= shift;
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c6123 int shift = 32-(off+1)*8; local
6124 msg[off] = (u8)((src_ip->ipv4.addr & mask) >> shift);
6126 (u8)((dst_ip->ipv4.addr & mask) >> shift);
6132 int shift = 64-(loc+1)*8; local
6135 >> shift);
6137 & mask) >> shift);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-arm.c4437 int shift; local
4441 shift = 0;
4452 /* The desired shift is now (msb - 6), or zero, whichever
4454 shift = msb - 6;
4455 if (shift < 0)
4456 shift = 0;
4460 g_n = residual & (0xff << shift);
4461 encoded_g_n = (g_n >> shift)
4462 | ((g_n <= 0xff ? 0 : (32 - shift) / 2) << 8);
4927 /* ??? Need to determine shift amoun
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c1251 #define BITS_AND_SHIFT(bits, shift) (bits * 1000 | shift)
/freebsd-9.3-release/sys/boot/zfs/
H A Dzfsimpl.c1386 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len); local
1387 int h = (hash >> shift) & ((1 << ZAP_LEAF_HASH_SHIFT(&zl)) - 1);
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt101 * Added MSI-x index mask and shift for Reply Post Host
/freebsd-9.3-release/tools/tools/cxgbtool/
H A Dcxgbtool.c240 uint32_t xtract(uint32_t val, int shift, int len) argument
242 return (val >> shift) & ((1 << len) - 1);
/freebsd-9.3-release/usr.sbin/ntp/ntpdc/
H A Dnl.c818 printf("offsetof(shift) = %d\n",
819 (int) offsetof(struct info_kernel, shift));
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in879 #define NCURSES_BITS(mask,shift) ((mask) << ((shift) + NCURSES_ATTR_SHIFT))
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c322 ** Maximum shift value to compute timeout for bad commands.
3977 unsigned int shift; local
3986 shift = *pcounter - maxcount;
3987 s = 1 << shift;
3988 if (shift > MAXSHIFT || s >= MAXTIMEOUT || s <= 0)
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.init.c146 { "shift", shift, 0, 1 },
H A Dsh.set.c883 shift(Char **v, struct command *c) function
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dehci.c2798 uint8_t shift = usbd_xfer_get_fps_shift(xfer); local
2805 DPRINTFN(6, "xfer=%p next=%d nframes=%d shift=%d\n",
2806 xfer, xfer->endpoint->isoc_next, xfer->nframes, (int)shift);
2820 (buf_offset < (((xfer->nframes << shift) + 7) / 8))) {
2844 (((xfer->nframes << shift) + 7) / 8);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn.h335 int shift; member in struct:bn_recp_ctx_st
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c538 int shift = str2shift(end); local
539 if (shift >= 64 || (val << shift) >> shift != val) {
544 val <<= shift; local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c767 unsigned HOST_WIDE_INT shift = INTVAL (rshift);
770 op >>= shift;
6876 int shift = 0;
6945 shift = SPEC_GEN_CHKA_FOR_SA_OFFSET;
6952 shift = SPEC_GEN_CHKA_FOR_A_OFFSET;
6971 spec_check_no[INSN_UID (insn)] = load_no + shift + 1;
762 unsigned HOST_WIDE_INT shift = INTVAL (rshift); local
765 op >>= shift; local
6862 int shift = 0; local
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt104 * Added MSI-x index mask and shift for Reply Post Host
/freebsd-9.3-release/sys/dev/siba/
H A Dsiba_core.c1695 uint16_t mask, uint16_t shift)
1701 gain = (v & mask) >> shift;
1694 siba_sprom_r123_antgain(uint8_t sprom_revision, const uint16_t *in, uint16_t mask, uint16_t shift) argument
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3017 * only if the shift member is nonzero.
3019 if (!ik->shift)
3032 1 << ntohs(ik->shift));

Completed in 653 milliseconds

<<1112