Searched refs:rshift (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgmisc.c36 rshift(b, k) Bigint *b; int k; function
38 rshift(Bigint *b, int k)
H A Dgethex.c246 rshift(b, n);
307 rshift(b,n);
338 rshift(b,1);
H A DstrtoIg.c80 rshift(b1, 1);
H A Dstrtodg.c234 rshift(b, bdif);
243 rshift(b, 1);
265 rshift(b, k);
671 rshift(rvb, j);
701 rshift(rvb, -j);
760 rshift(bb, -bb2);
919 rshift(ab, -abe);
956 rshift(rvb, 1);
994 rshift(rvb, -j);
H A Dg_ddfmt.c139 rshift(z, i);
H A Dgdtoaimp.h579 #define rshift __rshift_D2A macro
633 extern void rshift ANSI((Bigint*, int));
H A Dgdtoa.c191 rshift(b, i);
/freebsd-9.3-release/usr.sbin/kbdcontrol/
H A Dlex.l49 rshift { return TRSH; }
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-spu.c192 int rshift;
654 val <<= arg_encode[arg].rshift;
690 insn->opcode |= (((val >> arg_encode[arg].rshift)
190 int rshift; member in struct:arg_encode
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c3819 static void rshift(FICL_VM *pVM) function
4966 dictAppendWord(dp, "rshift", rshift, FW_DEFAULT);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c764 ia64_depz_field_mask (rtx rop, rtx rshift)
767 unsigned HOST_WIDE_INT shift = INTVAL (rshift);
759 ia64_depz_field_mask(rtx rop, rtx rshift) argument

Completed in 213 milliseconds