Home
last modified time | relevance | path

Searched refs:comb (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-affine.c54 aff_combination_zero (aff_tree *comb, tree type) in aff_combination_zero() argument
57 comb->type = type; in aff_combination_zero()
58 comb->offset = 0; in aff_combination_zero()
59 comb->n = 0; in aff_combination_zero()
61 comb->elts[i].coef = 0; in aff_combination_zero()
62 comb->rest = NULL_TREE; in aff_combination_zero()
68 aff_combination_const (aff_tree *comb, tree type, const poly_widest_int &cst) in aff_combination_const() argument
70 aff_combination_zero (comb, type); in aff_combination_const()
71 comb->offset = wide_int_ext_for_comb (cst, comb->type);; in aff_combination_const()
77 aff_combination_elt (aff_tree *comb, tree type, tree elt) in aff_combination_elt() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-affine.cc55 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/
H A Dbid_dpd.c32 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.old/dist/libgcc/config/libbid/
H A Dbid_dpd.c32 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.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c173 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/gcc/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c173 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.old/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c173 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/external/gpl3/gdb/dist/libdecnumber/bid/
H A Dbid2dpd_dpd2bid.c173 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/
H A Dkey_debug.c184 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/
H A Dkey_debug.c231 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.old/dist/libdecnumber/dpd/
H A Ddecimal32.c87 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 …]
H A Ddecimal128.c87 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 …]
H A Ddecimal64.c93 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.old/dist/libdecnumber/dpd/
H A Ddecimal32.c87 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 …]
H A Ddecimal128.c87 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 …]
H A Ddecimal64.c93 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/
H A Ddecimal32.c87 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 …]
H A Ddecimal128.c87 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 …]
H A Ddecimal64.c93 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/gcc/dist/libdecnumber/dpd/
H A Ddecimal32.c87 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 …]
H A Ddecimal128.c87 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 …]
H A Ddecimal64.c93 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/
H A Dsupport.S80 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 …]
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dcrc32.c910 z_word_t crc0, word0, comb; local
1011 comb = crc_word_big(crc0 ^ words[0]);
1013 comb = crc_word_big(crc1 ^ words[1] ^ comb);
1015 comb = crc_word_big(crc2 ^ words[2] ^ comb);
1017 comb = crc_word_big(crc3 ^ words[3] ^ comb);
1019 comb = crc_word_big(crc4 ^ words[4] ^ comb);
1021 comb = crc_word_big(crc5 ^ words[5] ^ comb);
1028 crc = byte_swap(comb);
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dcrc32.c910 z_word_t crc0, word0, comb; local
1011 comb = crc_word_big(crc0 ^ words[0]);
1013 comb = crc_word_big(crc1 ^ words[1] ^ comb);
1015 comb = crc_word_big(crc2 ^ words[2] ^ comb);
1017 comb = crc_word_big(crc3 ^ words[3] ^ comb);
1019 comb = crc_word_big(crc4 ^ words[4] ^ comb);
1021 comb = crc_word_big(crc5 ^ words[5] ^ comb);
1028 crc = byte_swap(comb);

12345