| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-affine.cc | 55 aff_combination_zero (aff_tree *comb, tree type) in aff_combination_zero() argument 58 comb->type = type; in aff_combination_zero() 59 comb->offset = 0; in aff_combination_zero() 60 comb->n = 0; in aff_combination_zero() 62 comb->elts[i].coef = 0; in aff_combination_zero() 63 comb->rest = NULL_TREE; in aff_combination_zero() 69 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const() argument 71 aff_combination_zero (comb, type); in aff_combination_const() 72 comb->offset = wide_int_ext_for_comb (cst, comb->type);; in aff_combination_const() 78 aff_combination_elt (aff_tree *comb, tree type, tree elt) in aff_combination_elt() argument [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| D | bid_dpd.c | 32 UINT32 sign, comb, exp; in bid_to_bid32() local 37 comb = (ba & 0x7ff00000ul) >> 20; in bid_to_bid32() 40 if ((comb & 0x780) == 0x780) { in bid_to_bid32() 44 if ((comb & 0x600) == 0x600) { // G0..G1 = 11 -> exp is G2..G11 in bid_to_bid32() 45 exp = (comb >> 1) & 0xff; in bid_to_bid32() 46 bcoeff = ((8 + (comb & 1)) << 20) | trailing; in bid_to_bid32() 48 exp = (comb >> 3) & 0xff; in bid_to_bid32() 49 bcoeff = ((comb & 7) << 20) | trailing; in bid_to_bid32() 61 UINT64 sign, comb, exp; in bid_to_bid64() local 66 comb = (ba & 0x7ffc000000000000ull) >> 50; in bid_to_bid64() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/bid/ |
| D | bid2dpd_dpd2bid.c | 173 UINT64 sign, comb, exp, B34, B01; in _bid_to_dpd64() local 183 comb = (x & 0x7ffc000000000000ull) >> 51; in _bid_to_dpd64() 184 if ((comb & 0xf00) == 0xf00) { in _bid_to_dpd64() 189 if ((comb & 0xc00) == 0xc00) { /* G0..G1 = 11 -> exp is G2..G11 */ in _bid_to_dpd64() 190 exp = (comb) & 0x3ff; in _bid_to_dpd64() 195 exp = (comb >> 2) & 0x3ff; in _bid_to_dpd64() 231 UINT64 sign, comb, exp; in _dpd_to_bid64() local 239 comb = (x & 0x7ffc000000000000ull) >> 50; in _dpd_to_bid64() 241 if ((comb & 0x1e00) == 0x1e00) { in _dpd_to_bid64() 246 if ((comb & 0x1800) == 0x1800) { /* G0..G1 = 11 -> d0 = 8 + G4 */ in _dpd_to_bid64() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/bid/ |
| D | bid2dpd_dpd2bid.c | 173 UINT64 sign, comb, exp, B34, B01; in _bid_to_dpd64() local 183 comb = (x & 0x7ffc000000000000ull) >> 51; in _bid_to_dpd64() 184 if ((comb & 0xf00) == 0xf00) { in _bid_to_dpd64() 189 if ((comb & 0xc00) == 0xc00) { /* G0..G1 = 11 -> exp is G2..G11 */ in _bid_to_dpd64() 190 exp = (comb) & 0x3ff; in _bid_to_dpd64() 193 exp = (comb >> 2) & 0x3ff; in _bid_to_dpd64() 229 UINT64 sign, comb, exp; in _dpd_to_bid64() local 237 comb = (x & 0x7ffc000000000000ull) >> 50; in _dpd_to_bid64() 239 if ((comb & 0x1e00) == 0x1e00) { in _dpd_to_bid64() 244 if ((comb & 0x1800) == 0x1800) { /* G0..G1 = 11 -> d0 = 8 + G4 */ in _dpd_to_bid64() [all …]
|
| /netbsd/src/sys/netipsec/ |
| D | key_debug.c | 184 const struct sadb_comb *comb; in kdebug_sadb_prop() local 192 / sizeof(*comb); in kdebug_sadb_prop() 193 comb = (const void *)(prop + 1); in kdebug_sadb_prop() 199 comb->sadb_comb_auth, comb->sadb_comb_encrypt, in kdebug_sadb_prop() 200 comb->sadb_comb_flags, comb->sadb_comb_reserved); in kdebug_sadb_prop() 204 comb->sadb_comb_auth_minbits, in kdebug_sadb_prop() 205 comb->sadb_comb_auth_maxbits, in kdebug_sadb_prop() 206 comb->sadb_comb_encrypt_minbits, in kdebug_sadb_prop() 207 comb->sadb_comb_encrypt_maxbits); in kdebug_sadb_prop() 211 comb->sadb_comb_soft_allocations, in kdebug_sadb_prop() [all …]
|
| /netbsd/src/crypto/dist/ipsec-tools/src/libipsec/ |
| D | key_debug.c | 231 struct sadb_comb *comb; in kdebug_sadb_prop() local 239 / sizeof(*comb); in kdebug_sadb_prop() 240 comb = (void *)(prop + 1); in kdebug_sadb_prop() 246 comb->sadb_comb_auth, comb->sadb_comb_encrypt, in kdebug_sadb_prop() 247 comb->sadb_comb_flags, comb->sadb_comb_reserved); in kdebug_sadb_prop() 251 comb->sadb_comb_auth_minbits, in kdebug_sadb_prop() 252 comb->sadb_comb_auth_maxbits, in kdebug_sadb_prop() 253 comb->sadb_comb_encrypt_minbits, in kdebug_sadb_prop() 254 comb->sadb_comb_encrypt_maxbits); in kdebug_sadb_prop() 258 comb->sadb_comb_soft_allocations, in kdebug_sadb_prop() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
| D | decimal32.c | 87 uInt comb, exp; /* .. */ in decimal32FromNumber() local 135 comb=(exp>>3) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal32FromNumber() 163 if (msd>=8) comb=0x18 | ((exp>>5) & 0x06) | (msd & 0x01); in decimal32FromNumber() 164 else comb=((exp>>3) & 0x18) | msd; in decimal32FromNumber() 166 targ|=comb<<26; /* add combination field .. */ in decimal32FromNumber() 189 uInt comb; /* combination field */ in decimal32ToNumber() local 196 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToNumber() 201 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber() 202 exp=COMBEXP[comb]; /* .. */ in decimal32ToNumber() 257 uInt comb; /* combination field */ in decimal32ToString() local [all …]
|
| D | decimal128.c | 87 uInt comb, exp; /* .. */ in decimal128FromNumber() local 139 comb=(exp>>9) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal128FromNumber() 160 if (msd>=8) comb=0x18 | ((exp>>11) & 0x06) | (msd & 0x01); in decimal128FromNumber() 161 else comb=((exp>>9) & 0x18) | msd; in decimal128FromNumber() 163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber() 199 uInt comb; /* combination field */ in decimal128ToNumber() local 222 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToNumber() 227 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber() 228 exp=COMBEXP[comb]; /* .. */ in decimal128ToNumber() 286 uInt comb; /* combination field */ in decimal128ToString() local [all …]
|
| D | decimal64.c | 93 uInt comb, exp; /* .. */ in decimal64FromNumber() local 143 comb=(exp>>5) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal64FromNumber() 181 if (msd>=8) comb=0x18 | ((exp>>7) & 0x06) | (msd & 0x01); in decimal64FromNumber() 182 else comb=((exp>>5) & 0x18) | msd; in decimal64FromNumber() 184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber() 216 uInt comb; /* combination field */ in decimal64ToNumber() local 233 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToNumber() 238 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber() 239 exp=COMBEXP[comb]; /* .. */ in decimal64ToNumber() 302 uInt comb; /* combination field */ in decimal64ToString() local [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
| D | decimal32.c | 87 uInt comb, exp; /* .. */ in decimal32FromNumber() local 135 comb=(exp>>3) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal32FromNumber() 163 if (msd>=8) comb=0x18 | ((exp>>5) & 0x06) | (msd & 0x01); in decimal32FromNumber() 164 else comb=((exp>>3) & 0x18) | msd; in decimal32FromNumber() 166 targ|=comb<<26; /* add combination field .. */ in decimal32FromNumber() 189 uInt comb; /* combination field */ in decimal32ToNumber() local 196 comb=(sour>>26)&0x1f; /* combination field */ in decimal32ToNumber() 201 msd=COMBMSD[comb]; /* decode the combination field */ in decimal32ToNumber() 202 exp=COMBEXP[comb]; /* .. */ in decimal32ToNumber() 257 uInt comb; /* combination field */ in decimal32ToString() local [all …]
|
| D | decimal128.c | 87 uInt comb, exp; /* .. */ in decimal128FromNumber() local 139 comb=(exp>>9) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal128FromNumber() 160 if (msd>=8) comb=0x18 | ((exp>>11) & 0x06) | (msd & 0x01); in decimal128FromNumber() 161 else comb=((exp>>9) & 0x18) | msd; in decimal128FromNumber() 163 targhi|=comb<<26; /* add combination field .. */ in decimal128FromNumber() 199 uInt comb; /* combination field */ in decimal128ToNumber() local 222 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal128ToNumber() 227 msd=COMBMSD[comb]; /* decode the combination field */ in decimal128ToNumber() 228 exp=COMBEXP[comb]; /* .. */ in decimal128ToNumber() 286 uInt comb; /* combination field */ in decimal128ToString() local [all …]
|
| D | decimal64.c | 93 uInt comb, exp; /* .. */ in decimal64FromNumber() local 143 comb=(exp>>5) & 0x18; /* msd=0, exp top 2 bits .. */ in decimal64FromNumber() 181 if (msd>=8) comb=0x18 | ((exp>>7) & 0x06) | (msd & 0x01); in decimal64FromNumber() 182 else comb=((exp>>5) & 0x18) | msd; in decimal64FromNumber() 184 targhi|=comb<<26; /* add combination field .. */ in decimal64FromNumber() 216 uInt comb; /* combination field */ in decimal64ToNumber() local 233 comb=(sourhi>>26)&0x1f; /* combination field */ in decimal64ToNumber() 238 msd=COMBMSD[comb]; /* decode the combination field */ in decimal64ToNumber() 239 exp=COMBEXP[comb]; /* .. */ in decimal64ToNumber() 302 uInt comb; /* combination field */ in decimal64ToString() local [all …]
|
| /netbsd/src/sys/arch/hppa/hppa/ |
| D | support.S | 80 comb,=,n %arg2, %r0, fdc_none /* no bytes, no flush */ 86 comb,< %arg2, %t1, fdc_short /* check for count < 16 * stride */ 109 comb,<<,n %arg1, %t1, fdc_long 112 comb,<<,n %arg1, %arg0, fdc_short 133 comb,= %arg2, %r0, pdc_none /* no bytes, no purge */ 139 comb,< %arg2, %t1, pdc_short /* check for count < 16 * stride */ 162 comb,<<,n %arg1, %t1, pdc_long 165 comb,<<,n %arg1, %arg0, pdc_short 186 comb,= %arg2, %r0, fic_none /* no bytes, no flush */ 192 comb,< %arg2, %t1, fic_short /* check for count < 16 * stride */ [all …]
|
| D | locore.S | 94 comb,<>,n %reg1, %r0, -8 ! \ 174 comb,= %r1, %t1, .Lseabios 192 comb,<> %r0, %arg3, 1f 562 comb,= %r0, %ret0, pdc_call_unmapped1 618 comb,= %r0, %ret0, pdc_call_unmapped2 654 comb,= %r0, %t1, pdc_call_unmapped3 827 comb,=,n %arg0, %arg1, kstack_ok 836 comb,>>,n %arg2, %t1, switch_error 843 comb,<<=,n %arg2, %t1, switch_error 923 comb,=,n %r0, %t1, noras [all …]
|
| D | lock_stubs.S | 75 comb,= %t1, %t2, .Lexit_slowpath 128 comb,=,n %t1, %t2, .Lmutexunowned 172 comb,<> %arg1, %t1, 1f
|
| /netbsd/src/common/dist/zlib/ |
| D | crc32.c | 864 z_word_t crc0, word0, comb; in crc32_z() local 965 comb = crc_word_big(crc0 ^ words[0]); in crc32_z() 967 comb = crc_word_big(crc1 ^ words[1] ^ comb); in crc32_z() 969 comb = crc_word_big(crc2 ^ words[2] ^ comb); in crc32_z() 971 comb = crc_word_big(crc3 ^ words[3] ^ comb); in crc32_z() 973 comb = crc_word_big(crc4 ^ words[4] ^ comb); in crc32_z() 975 comb = crc_word_big(crc5 ^ words[5] ^ comb); in crc32_z() 982 crc = byte_swap(comb); in crc32_z()
|
| /netbsd/src/sys/lib/libkern/arch/hppa/ |
| D | bcopy.S | 316 comb,<> %r0, %t1, _LABEL(_shifting) ! \ 336 comb,<= %r0, %t1, _LABEL(_shiftingrt) ! \ 417 comb,<> %r0, %t1, _LABEL(_shifting) ! \ 446 comb,<=,n %r0, %t1, 0 ! \ 471 comb,=,n %r0, count, _LABEL(_done) ! \ 478 comb,= %r0, count, _LABEL(_done) ! \ 512 comb,<>,n %r0, %r31, Lspcopy_curlwp_ok 597 comb,>>=,n %arg1, %arg0, 0 598 comb,>>,n %r1, %arg0, _LABEL_R(_go)
|
| D | milli.S | 1083 x0: comb,<> %r25,0,l2 ! zdep %r26,23,24,%r26 ! bv,n 0(r31) ! nop 1085 x1: comb,<> %r25,0,l1 ! add %r29,%r26,%r29 ! bv,n 0(r31) ! nop 1087 x2: comb,<> %r25,0,l1 ! sh1add %r26,%r29,%r29 ! bv,n 0(r31) ! nop 1089 x3: comb,<> %r25,0,l0 ! sh1add %r26,%r26,%r1 ! bv 0(r31) ! … 1091 x4: comb,<> %r25,0,l1 ! sh2add %r26,%r29,%r29 ! bv,n 0(r31) ! nop 1093 x5: comb,<> %r25,0,l0 ! sh2add %r26,%r26,%r1 ! bv 0(r31) ! … 1095 x6: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l1 ! sh1add %r1,%r29,%r29 … 1097 x7: sh1add %r26,%r26,%r1 ! comb,<> %r25,0,l0 ! sh2add %r26,%r29,%r29 … 1099 x8: comb,<> %r25,0,l1 ! sh3add %r26,%r29,%r29 ! bv,n 0(r31) ! nop 1101 x9: comb,<> %r25,0,l0 ! sh3add %r26,%r26,%r1 ! bv 0(r31) ! … [all …]
|
| /netbsd/src/lib/libc/arch/hppa/string/ |
| D | strlcpy.S | 53 comb,= %r0, %arg2, $strlcpy_dst_done 69 comb,= %r0, %r1, $strlcpy_exit 78 comb,<>,n %r0, %r1, $strlcpy_dst_done
|
| D | bcmp.S | 69 comb,>= %r0,%arg2,$bcmp_exit 75 comb,<>,n %t1,%t2,$bcmp_exit
|
| /netbsd/src/lib/libc/arch/hppa/sys/ |
| D | __clone.S | 47 comb,= %r0, %arg0, 8f 49 comb,= %r0, %arg1, 8f 64 comb,<>,n %r0, %ret1, 9f
|
| /netbsd/src/common/lib/libc/arch/hppa/atomic/ |
| D | atomic_cas_up.S | 40 comb,<>,n %arg1, %ret0, 1f 53 comb,<>,n %arg1, %ret0, 1f 65 comb,<>,n %arg1, %ret0, 1f
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| D | hppa.s | 289 comb %r0,%r4,comb_tests_1 290 comb,= %r0,%r4,comb_tests_1 291 comb,< %r0,%r4,comb_tests_1 292 comb,<= %r0,%r4,comb_tests_1 293 comb,<< %r0,%r4,comb_tests_1 294 comb,<<= %r0,%r4,comb_tests_1 295 comb,sv %r0,%r4,comb_tests_1 296 comb,od %r0,%r4,comb_tests_1 299 comb,tr %r0,%r4,comb_tests_2 300 comb,<> %r0,%r4,comb_tests_2 [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | set_d128.c | 144 Gh = x.s.comb >> 12; in decimal128_to_string() 180 exp = (exp << 12) | (x.s.comb & 0xfff); /* add last 12 bits of biased exp. */ in decimal128_to_string() 209 exp = x.s.comb >> 3; /* upper 14 bits, exp <= 12287 */ in decimal128_to_string() 210 rp[3] = ((x.s.comb & 7) << 14) | x.s.t0; in decimal128_to_string()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| D | normalize.c | 272 uint32_t comb; in combine() local 280 if (old_cc != cc && (comb = find_composition(v, 2))) { in combine() 281 out[ostarter] = comb; in combine()
|