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

/freebsd-10.0-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-10.0-release/usr.sbin/bhyve/
H A Dioapic.c215 int regnum, pin, rshift; local
239 rshift = 32;
241 rshift = 0;
243 return (ioapic->rtbl[pin].reg >> rshift);
/freebsd-10.0-release/sys/amd64/vmm/
H A Dvmm_instruction_emul.c163 int error, rshift; local
166 rshift = 0;
186 rshift = 8;
192 *rval = val >> rshift;
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dlex.l49 rshift { return TRSH; }
/freebsd-10.0-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-10.0-release/sys/boot/ficl/
H A Dwords.c3819 static void rshift(FICL_VM *pVM) function
4966 dictAppendWord(dp, "rshift", rshift, FW_DEFAULT);
/freebsd-10.0-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 376 milliseconds