Searched refs:rshift (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c1668 int i, rshift; local
1680 rshift = (coff & 0x3) * 8;
1681 readonly = 0xFFFFF880 >> rshift;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Demmintrin.h1526 __v8hu rshift = { 15, 15, 15, 15, 15, 15, 15, 15 }; local
1532 rshift = (__v8hu) vec_splat_s16(__B);
1534 rshift = vec_splats ((unsigned short) __B);
1536 result = vec_sra ((__v8hi) __A, rshift);
1544 __v4su rshift = { 31, 31, 31, 31 }; local
1552 rshift = (__v4su) vec_splat_s32(__B);
1554 rshift = (__v4su) vec_splats((unsigned int)__B);
1557 rshift = vec_splats ((unsigned int) __B);
1559 result = vec_sra ((__v4si) __A, rshift);
1635 __v8hu rshift; local
1654 __v4su rshift; local
1679 __v2du rshift; local
1762 __v8hu rshift; local
1780 __v4su rshift; local
1797 __v8hu rshift; local
1817 __v4su rshift; local
1838 __v2du rshift; local
[all...]
/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.cc672 struct rshift struct in namespace:dtc::__anon5545
780 expr = new binary_operator<7, rshift<valty>>(l, ">>");
/freebsd-11-stable/stand/ficl/
H A Dwords.c3831 static void rshift(FICL_VM *pVM) function
4978 dictAppendWord(dp, "rshift", rshift, FW_DEFAULT);
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l52 rshift { return TRSH; }
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvioapic.c271 int regnum, pin, rshift; local
293 rshift = 32;
295 rshift = 0;
297 return (vioapic->rtbl[pin].reg >> rshift);
/freebsd-11-stable/contrib/gdtoa/
H A Dg_ddfmt.c139 rshift(z, i);
H A Dgdtoa.c191 rshift(b, i);
H A Dgdtoaimp.h579 #define rshift __rshift_D2A macro
633 extern void rshift ANSI((Bigint*, int));
H A Dgethex.c246 rshift(b, n);
307 rshift(b,n);
338 rshift(b,1);
H A Dgmisc.c36 rshift(b, k) Bigint *b; int k; function
38 rshift(Bigint *b, int k)
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);
/freebsd-11-stable/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-11-stable/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 193 milliseconds