| /src/external/gpl3/gdb/dist/sim/testsuite/sh/ |
| shlr.s | 27 # Make sure a bit is shifted into T.
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/ |
| shlr.s | 27 # Make sure a bit is shifted into T.
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_logi2op_log_l_shft_astat.S | 26 # Automatically test all shifted values
|
| c_logi2op_log_r_shft_astat.S | 26 # Automatically test all shifted values
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_logi2op_log_l_shft_astat.S | 26 # Automatically test all shifted values
|
| c_logi2op_log_r_shft_astat.S | 26 # Automatically test all shifted values
|
| /src/lib/libc/arch/mips/gen/ |
| ldexp.S | 156 blt t1, -30, 2f # will all bits in t3 be shifted out? 160 srl t8, t3, t1 # save bits shifted out 182 sll t8, t2, t1 # save bits shifted out
|
| /src/crypto/external/apache2/openssl/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 166 #; 4 (when the high part of the shifted down dividend ends up being exactly 177 #; NOTE: in the case mentioned above, where the high part of the shifted 178 #; down dividend ends up being exactly half the shifted down divisor, we
|
| /src/crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 166 #; 4 (when the high part of the shifted down dividend ends up being exactly 177 #; NOTE: in the case mentioned above, where the high part of the shifted 178 #; down dividend ends up being exactly half the shifted down divisor, we
|
| /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/vax/ |
| bn_asm_vax.S | 166 #; 4 (when the high part of the shifted down dividend ends up being exactly 177 #; NOTE: in the case mentioned above, where the high part of the shifted 178 #; down dividend ends up being exactly half the shifted down divisor, we
|
| /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ |
| udivsi3.S | 55 lsr r2,r2,23 ; .. shifted and op1 was not.
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ |
| udivsi3.S | 55 lsr r2,r2,23 ; .. shifted and op1 was not.
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 84 const uint32_t shifted = (uint32_t) (multiplied >> 29); local 86 return ((uint32_t) v) - 1000000000 * shifted; 136 const uint32_t shifted = (uint32_t) (multiplied >> 29); local 138 return ((uint32_t) vLo) - 1000000000 * shifted;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 84 const uint32_t shifted = (uint32_t) (multiplied >> 29); local 86 return ((uint32_t) v) - 1000000000 * shifted; 136 const uint32_t shifted = (uint32_t) (multiplied >> 29); local 138 return ((uint32_t) vLo) - 1000000000 * shifted;
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/ |
| lshift.asm | 52 C Zeros are shifted in at the right. The bits shifted out at the left are 358 psllq %mm6, %mm2 C wanted left shifted in all cases below 403 C left shifted.
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/ |
| lshift.asm | 41 C Zeros are shifted in at the right. Return the bits shifted out at the 374 C left shifted.
|
| /src/external/mit/isl/dist/ |
| isl_tab_pip.c | 2900 * "shifted" contains the offsets of the unit hypercubes that lie inside the 2901 * context. Any rational point in "shifted" can therefore be rounded 2903 * If the context is constrained by any equality, then "shifted" is not used 2909 struct isl_tab *shifted; member in struct:isl_context_gbr 2937 /* Initialize the "shifted" tableau of the context, which 2938 * contains the constraints of the original tableau shifted 2940 * that any rational point in the shifted tableau can 2966 cgbr->shifted = isl_tab_from_basic_set(bset, 0); 2974 /* Check if the shifted tableau is non-empty, and if so 2982 if (!cgbr->shifted) [all...] |
| /src/sys/arch/mips/mips/ |
| fp.S | 929 move t9, zero # no shifted bits (sticky reg) 940 move t2, zero # FSs fraction shifted is zero 943 move ta2, zero # FTs fraction shifted is zero 950 sll t9, t2, t9 # save bits shifted out 954 sll t9, ta2, t9 # save bits shifted out 1054 move t9, zero # no shifted bits (sticky reg) 1065 move t2, zero # FSs fraction shifted is zero 1069 move ta2, zero # FTs fraction shifted is zero 1079 sll v0, t2, t9 # save bits shifted out 1087 sll t9, t3, v0 # save bits shifted ou [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial 101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
|
| /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial 101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 74 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial 102 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| floatformat.c | 464 unsigned int shifted = *(data + cur_byte) >> lo_bit; local 467 result |= (shifted & mask) << cur_bitshift;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| floatformat.c | 464 unsigned int shifted = *(data + cur_byte) >> lo_bit; local 467 result |= (shifted & mask) << cur_bitshift;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| floatformat.c | 469 unsigned int shifted = *(data + cur_byte) >> lo_bit; local 472 result |= (shifted & mask) << cur_bitshift;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| floatformat.c | 469 unsigned int shifted = *(data + cur_byte) >> lo_bit; local 472 result |= (shifted & mask) << cur_bitshift;
|