| /netbsd/src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| D | dive_1.c | 68 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/ |
| D | dive_1.c | 62 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/ |
| D | get_d.c | 281 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/ |
| D | bn_div.c | 145 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/ |
| D | gmisc.c | 38 rshift(b, k) Bigint *b; int k; in rshift() function 40 rshift(Bigint *b, int k)
|
| D | strtodg.c | 237 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);
|
| D | gethex.c | 232 rshift(b, n); 295 rshift(b,n); 326 rshift(b,1);
|
| D | gdtoaimp.h | 572 #define rshift __rshift_D2A macro 623 extern void rshift ANSI((Bigint*, int));
|
| D | strtoIg.c | 86 rshift(b1, 1);
|
| D | g_ddfmt.c | 154 rshift(z, i);
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | AUTHORS | 14 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/ |
| D | bntests.pl | 50 my $rshift = bn($s{'RShift'}); 53 return if $rshift == $a->brsft($n);
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/ |
| D | rshift.asm | 120 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/ |
| D | README | 55 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/ |
| D | README | 62 mpn_l/rshift 2.5 72 mpn_l/rshift 1.75
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfxx-tilegx.c | 437 #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/ |
| D | elfxx-tilegx.c | 437 #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/ |
| D | double-int.h | 133 double_int rshift (HOST_WIDE_INT count) const; 134 double_int rshift (HOST_WIDE_INT count, unsigned int prec, bool arith) const;
|
| D | match.pd | 96 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/ |
| D | divrem_1.asm | 335 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/ |
| D | tc-spu.c | 182 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/ |
| D | arm-fixed.md | 432 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/ |
| D | srcs.mk | 74 rshift.c mpn/generic/rshift.c \
|
| /netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| D | srcs.mk | 198 rshift.asm mpn/m68k/rshift.asm \
|
| /netbsd/src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/ |
| D | srcs.mk | 74 rshift.c mpn/generic/rshift.c \
|