Home
last modified time | relevance | path

Searched refs:rshift (Results 1 – 25 of 110) sorted by relevance

12345

/netbsd/src/external/lgpl3/gmp/dist/mpn/sparc64/
Ddive_1.c68 unsigned rshift, lshift; in mpn_divexact_1() local
88 count_trailing_zeros (rshift, divisor); in mpn_divexact_1()
89 divisor >>= rshift; in mpn_divexact_1()
90 lshift = 64 - rshift; in mpn_divexact_1()
96 rshift = 0; in mpn_divexact_1()
114 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask); in mpn_divexact_1()
129 ls = s >> rshift; in mpn_divexact_1()
141 ls = (s >> rshift) | ((s_next << lshift) & lshift_mask); in mpn_divexact_1()
156 ls = s >> rshift; in mpn_divexact_1()
/netbsd/src/external/lgpl3/gmp/dist/mpn/alpha/
Ddive_1.c62 unsigned rshift, lshift; in mpn_divexact_1() local
72 rshift = 0; in mpn_divexact_1()
76 count_trailing_zeros (rshift, divisor); in mpn_divexact_1()
78 divisor >>= rshift; in mpn_divexact_1()
82 lshift = 64 - rshift; in mpn_divexact_1()
86 sr = s_next >> rshift; in mpn_divexact_1()
97 sr = s_next >> rshift; in mpn_divexact_1()
/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dget_d.c281 int rshift; in mpn_get_d() local
286 rshift = -1022 - exp; in mpn_get_d()
287 ASSERT (rshift > 0 && rshift < 53); in mpn_get_d()
289 mlo >>= rshift; in mpn_get_d()
292 if (rshift >= 32) in mpn_get_d()
296 rshift -= 32; in mpn_get_d()
298 lshift = GMP_LIMB_BITS - rshift; in mpn_get_d()
299 mlo = (mlo >> rshift) | (rshift == 0 ? 0 : mhi << lshift); in mpn_get_d()
300 mhi >>= rshift; in mpn_get_d()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_div.c145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i; in bn_left_align() local
147 lshift = BN_BITS2 - rshift; in bn_left_align()
148 rshift %= BN_BITS2; /* say no to undefined behaviour */ in bn_left_align()
149 rmask = (BN_ULONG)0 - rshift; /* rmask = 0 - (rshift != 0) */ in bn_left_align()
155 m = (n >> rshift) & rmask; in bn_left_align()
/netbsd/src/lib/libc/gdtoa/
Dgmisc.c38 rshift(b, k) Bigint *b; int k; in rshift() function
40 rshift(Bigint *b, int k)
Dstrtodg.c237 rshift(b, bdif);
246 rshift(b, 1);
272 rshift(b, k);
671 rshift(rvb, j);
703 rshift(rvb, -j);
775 rshift(bb, -bb2);
957 rshift(ab, -abe);
1003 rshift(rvb, 1);
1044 rshift(rvb, -j);
Dgethex.c232 rshift(b, n);
295 rshift(b,n);
326 rshift(b,1);
Dgdtoaimp.h572 #define rshift __rshift_D2A macro
623 extern void rshift ANSI((Bigint*, int));
DstrtoIg.c86 rshift(b1, 1);
Dg_ddfmt.c154 rshift(z, i);
/netbsd/src/external/lgpl3/gmp/dist/
DAUTHORS14 Andreas Schwab mpn/m68k/lshift.asm, mpn/m68k/rshift.asm
69 sublsh2_n.asm, rshift.asm; primesieve.c;
93 mpn/sparc64/{rshift,lshift,lshiftc}.asm
105 mpn/powerpc64/p6/{lshift,lshiftc,rshift}.asm,
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dbntests.pl50 my $rshift = bn($s{'RShift'});
53 return if $rshift == $a->brsft($n);
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
Drshift.asm120 movd PARAM_SHIFT, %mm6 C rshift
182 C mm6 rshift
268 movd %ecx, %mm7 C lshift = 64-rshift
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/pentium/
DREADME55 mpn_l/rshift 5.375 normal (6.0 on P54)
66 mpn_l/rshift 1.75
87 MMX offers a big speedup for lshift and rshift, and a nice speedup for
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/p6/
DREADME62 mpn_l/rshift 2.5
72 mpn_l/rshift 1.75
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfxx-tilegx.c437 #define TILEGX_IMM16_HOWTO(name, rshift) \ argument
438 HOWTO (name, rshift, 2, 16, false, 0, \
451 #define TILEGX_IMM16_HOWTO_LAST(name, rshift) \ argument
452 HOWTO (name, rshift, 2, 16, false, 0, \
465 #define TILEGX_IMM16_HOWTO_PCREL(name, rshift) \ argument
466 HOWTO (name, rshift, 2, 16, true, 0, \
479 #define TILEGX_IMM16_HOWTO_LAST_PCREL(name, rshift) \ argument
480 HOWTO (name, rshift, 2, 16, true, 0, \
526 #define TILEGX_IMM16_HOWTO_TLS_IE(name, rshift) \ argument
527 HOWTO (name, rshift, 2, 16, false, 0, \
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfxx-tilegx.c437 #define TILEGX_IMM16_HOWTO(name, rshift) \ argument
438 HOWTO (name, rshift, 2, 16, false, 0, \
451 #define TILEGX_IMM16_HOWTO_LAST(name, rshift) \ argument
452 HOWTO (name, rshift, 2, 16, false, 0, \
465 #define TILEGX_IMM16_HOWTO_PCREL(name, rshift) \ argument
466 HOWTO (name, rshift, 2, 16, true, 0, \
479 #define TILEGX_IMM16_HOWTO_LAST_PCREL(name, rshift) \ argument
480 HOWTO (name, rshift, 2, 16, true, 0, \
526 #define TILEGX_IMM16_HOWTO_TLS_IE(name, rshift) \ argument
527 HOWTO (name, rshift, 2, 16, false, 0, \
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddouble-int.h133 double_int rshift (HOST_WIDE_INT count) const;
134 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
Dmatch.pd96 lshift rshift)
169 (bit_xor:c (plus:c @0 (rshift@2 @0 INTEGER_CST@1)) @2)
387 (convert (rshift @3 @2))
388 (rshift @0 @2))))
591 (rshift (convert @0)
709 (for shift (lshift rshift)
908 (for shift (lshift rshift)
929 (rshift (lshift @0 @2) @3)
932 (convert (rshift (lshift (convert:utype @0) @2) @3))))))
947 (rshift (negate:s @0) cst@1)
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
Ddivrem_1.asm335 C mm7 rshift
420 C mm7 rshift for normalization
501 C mm7 rshift
568 C mm7 rshift
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-spu.c182 int rshift; member
654 val <<= arg_encode[arg].rshift; in get_imm()
690 insn->opcode |= (((val >> arg_encode[arg].rshift) in get_imm()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-fixed.md432 rtx rshift;
437 rshift = gen_rtx_ASHIFTRT (SImode, tmp, GEN_INT (7));
440 gen_rtx_SS_TRUNCATE (HImode, rshift)));
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
Dsrcs.mk74 rshift.c mpn/generic/rshift.c \
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
Dsrcs.mk198 rshift.asm mpn/m68k/rshift.asm \
/netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
Dsrcs.mk74 rshift.c mpn/generic/rshift.c \

12345