Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 122) sorted by relevance

12345

/illumos-gate/usr/src/tools/smatch/src/
H A Dsort.c129 while (b2->nr == 0) { in merge_block_seqs()
131 b2 = b2->next; in merge_block_seqs()
157 assert (b1 != b2); in merge_block_seqs()
172 while (b1 != b2) { in merge_block_seqs()
178 DUMP_TO(b2); in merge_block_seqs()
188 if (++i2 >= b2->nr) { in merge_block_seqs()
194 b2 = b2->next; in merge_block_seqs()
195 b2->prev = l->prev; in merge_block_seqs()
196 b2->prev->next = b2; in merge_block_seqs()
208 b2 = b2->prev; in merge_block_seqs()
[all …]
H A Dcse.c302 struct basic_block *b1, *b2, *common; in try_to_cse() local
309 b2 = i2->bb; in try_to_cse()
315 if (b1 == b2) { in try_to_cse()
326 if (domtree_dominates(b1, b2)) in try_to_cse()
329 if (domtree_dominates(b2, b1)) in try_to_cse()
333 common = trivial_common_parent(b1, b2); in try_to_cse()
H A Dflowgraph.c89 struct basic_block *b1, struct basic_block *b2) in intersect_dom() argument
91 int f1 = b1->postorder_nr, f2 = b2->postorder_nr; in intersect_dom()
98 b2 = doms[f2]; in intersect_dom()
99 f2 = b2->postorder_nr; in intersect_dom()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_superscalar.c82 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar_native() local
89 b2 = ctx->superscalar[1].v[1]; in fletcher_4_superscalar_native()
97 b2 += a2; in fletcher_4_superscalar_native()
99 c2 += b2; in fletcher_4_superscalar_native()
109 ctx->superscalar[1].v[1] = b2; in fletcher_4_superscalar_native()
121 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar_byteswap() local
128 b2 = ctx->superscalar[1].v[1]; in fletcher_4_superscalar_byteswap()
136 b2 += a2; in fletcher_4_superscalar_byteswap()
138 c2 += b2; in fletcher_4_superscalar_byteswap()
148 ctx->superscalar[1].v[1] = b2; in fletcher_4_superscalar_byteswap()
H A Dzfs_fletcher_superscalar4.c96 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar4_native() local
105 b2 = ctx->superscalar[1].v[1]; in fletcher_4_superscalar4_native()
123 b2 += a2; in fletcher_4_superscalar4_native()
127 c2 += b2; in fletcher_4_superscalar4_native()
141 ctx->superscalar[1].v[1] = b2; in fletcher_4_superscalar4_native()
161 uint64_t a2, b2, c2, d2; in fletcher_4_superscalar4_byteswap() local
170 b2 = ctx->superscalar[1].v[1]; in fletcher_4_superscalar4_byteswap()
188 b2 += a2; in fletcher_4_superscalar4_byteswap()
192 c2 += b2; in fletcher_4_superscalar4_byteswap()
206 ctx->superscalar[1].v[1] = b2; in fletcher_4_superscalar4_byteswap()
/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c21 int shval, d1, h1, b1, h2, b2; in bshiftb() local
31 b2 = ebase[p2]; in bshiftb()
45 shval = - d1 + h2 - b2; in bshiftb()
47 shval = b1-b2; in bshiftb()
65 shval = -VERT((4 * (h1-b1)) / 10) - b2; in bshiftb()
68 shval = -VERT(1) - b2; in bshiftb()
71 shval = -(h1-b1) + h2-b2 - d1; in bshiftb()
112 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local
127 h2 = eht[p2]; b2 = ebase[p2]; in shift2()
135 subsh = -d1+h2-b2; in shift2()
[all …]
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c468 uint16_t b2 = 0; in do_case_conv() local
512 b2 = u8_case_common_b2_tbl[uv][b1][b2]; in do_case_conv()
698 uint16_t b2 = 0; in combining_class() local
709 b2 = s[0]; in combining_class()
714 b2 = s[1]; in combining_class()
723 b2 = u8_combining_class_b2_tbl[uv][b1][b2]; in combining_class()
752 uint16_t b2 = 0; in do_decomp() local
856 b2 = u8_decomp_b2_tbl[uv][b1][b2]; in do_decomp()
988 b2 = s[0]; in find_composition_start()
993 b2 = s[1]; in find_composition_start()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A D64.rv64a.out9 libdis_test+0x20: af b2 63 08 amoswap.d t0,t1,(t2)
13 libdis_test+0x30: af b2 63 00 amoadd.d t0,t1,(t2)
17 libdis_test+0x40: af b2 63 20 amoxor.d t0,t1,(t2)
21 libdis_test+0x50: af b2 63 60 amoand.d t0,t1,(t2)
25 libdis_test+0x60: af b2 63 40 amoor.d t0,t1,(t2)
29 libdis_test+0x70: af b2 63 80 amomin.d t0,t1,(t2)
33 libdis_test+0x80: af b2 63 a0 amomax.d t0,t1,(t2)
37 libdis_test+0x90: af b2 63 c0 amominu.d t0,t1,(t2)
41 libdis_test+0xa0: af b2 63 e0 amomaxu.d t0,t1,(t2)
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.avx512.out108 libdis_test+0x1ea: 62 f1 d5 48 55 b2 vandnpd 0x42(%edx),%zmm5,%zmm6
120 libdis_test+0x22c: 62 f1 54 48 55 b2 vandnps 0x42(%edx),%zmm5,%zmm6
132 libdis_test+0x26e: 62 f1 d5 48 54 b2 vandpd 0x42(%edx),%zmm5,%zmm6
144 libdis_test+0x2b0: 62 f1 54 48 54 b2 vandps 0x42(%edx),%zmm5,%zmm6
152 libdis_test+0x2dc: 62 f1 55 28 db b2 vpandd 0x42(%edx),%ymm5,%ymm6
156 libdis_test+0x2f2: 62 f1 55 48 db b2 vpandd 0x42(%edx),%zmm5,%zmm6
164 libdis_test+0x31e: 62 f1 d5 28 db b2 vpandq 0x42(%edx),%ymm5,%ymm6
168 libdis_test+0x334: 62 f1 d5 48 db b2 vpandq 0x42(%edx),%zmm5,%zmm6
224 libdis_test+0x468: 62 f1 55 28 eb b2 vpord 0x42(%edx),%ymm5,%ymm6
236 libdis_test+0x4aa: 62 f1 d5 28 eb b2 vporq 0x42(%edx),%ymm5,%ymm6
[all …]
H A D64.avx512.out173 libdis_test+0x352: 62 f1 d5 48 55 b2 vandnpd 0x42(%rdx),%zmm5,%zmm6
185 libdis_test+0x394: 62 f1 54 48 55 b2 vandnps 0x42(%rdx),%zmm5,%zmm6
197 libdis_test+0x3d6: 62 f1 d5 48 54 b2 vandpd 0x42(%rdx),%zmm5,%zmm6
209 libdis_test+0x418: 62 f1 54 48 54 b2 vandps 0x42(%rdx),%zmm5,%zmm6
217 libdis_test+0x444: 62 f1 55 28 db b2 vpandd 0x42(%rdx),%ymm5,%ymm6
221 libdis_test+0x45a: 62 f1 55 48 db b2 vpandd 0x42(%rdx),%zmm5,%zmm6
229 libdis_test+0x486: 62 f1 d5 28 db b2 vpandq 0x42(%rdx),%ymm5,%ymm6
233 libdis_test+0x49c: 62 f1 d5 48 db b2 vpandq 0x42(%rdx),%zmm5,%zmm6
289 libdis_test+0x5d0: 62 f1 55 28 eb b2 vpord 0x42(%rdx),%ymm5,%ymm6
301 libdis_test+0x612: 62 f1 d5 28 eb b2 vporq 0x42(%rdx),%ymm5,%ymm6
[all …]
H A D32.bitalg.out3 libdis_test+0xc: 62 f2 7d 08 54 b2 vpopcntb 0x64(%edx),%xmm6
15 libdis_test+0x4d: 62 f2 7d 28 54 b2 vpopcntb 0x64(%edx),%ymm6
27 libdis_test+0x8e: 62 f2 7d 48 54 b2 vpopcntb 0x64(%edx),%zmm6
39 libdis_test+0xcf: 62 f2 fd 08 54 b2 vpopcntw 0x64(%edx),%xmm6
51 libdis_test+0x110: 62 f2 fd 28 54 b2 vpopcntw 0x64(%edx),%ymm6
63 libdis_test+0x151: 62 f2 fd 48 54 b2 vpopcntw 0x64(%edx),%zmm6
75 libdis_test+0x192: 62 f2 7d 08 55 b2 vpopcntd 0x64(%edx),%xmm6
90 libdis_test+0x1e3: 62 f2 7d 28 55 b2 vpopcntd 0x64(%edx),%ymm6
105 libdis_test+0x234: 62 f2 7d 48 55 b2 vpopcntd 0x64(%edx),%zmm6
120 libdis_test+0x285: 62 f2 fd 08 55 b2 vpopcntq 0x64(%edx),%xmm6
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dmemcmp.c36 register const unsigned char* b2 = (const unsigned char*)ab2;
40 if (*b1++ != *b2++)
41 return(*--b1 - *--b2);
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c647 mp_digit b0 = 0, b1 = 0, b2 = 0; in ec_GFp_sub_3() local
663 b2 = MP_DIGIT(b,2); in ec_GFp_sub_3()
692 b2 = MP_DIGIT(&meth->irr,2); in ec_GFp_sub_3()
705 : "r" (b0), "r" (b1), "r" (b2), in ec_GFp_sub_3()
735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
757 b2 = MP_DIGIT(b,2); in ec_GFp_sub_4()
789 b2 = MP_DIGIT(&meth->irr,2); in ec_GFp_sub_4()
862 b2 = MP_DIGIT(b,2); in ec_GFp_sub_5()
882 b2 = MP_DIGIT(&meth->irr,2); in ec_GFp_sub_5()
944 b2 = MP_DIGIT(b,2); in ec_GFp_sub_6()
[all …]
H A Dec2_163.c184 mp_digit a2 = 0, a1 = 0, a0, b2 = 0, b1 = 0, b0; in ec_GF2m_163_mul() local
228 b2 = MP_DIGIT(b, 2); in ec_GF2m_163_mul()
238 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
244 s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0); in ec_GF2m_163_mul()
245 s_bmul_3x3(rm, a5 ^ a2, a4 ^ a1, a3 ^ a0, b5 ^ b2, b4 ^ b1, in ec_GF2m_163_mul()
H A Dec2_193.c193 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_193_mul() local
243 b2 = MP_DIGIT(b, 2); in ec_GF2m_193_mul()
253 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
259 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_193_mul()
260 s_bmul_4x4(rm, a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b3, b6 ^ b2, b5 ^ b1, in ec_GF2m_193_mul()
H A Dec2_233.c211 mp_digit a3 = 0, a2 = 0, a1 = 0, a0, b3 = 0, b2 = 0, b1 = 0, b0; in ec_GF2m_233_mul() local
268 b2 = MP_DIGIT(b, 2); in ec_GF2m_233_mul()
278 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
284 s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0); in ec_GF2m_233_mul()
286 b6 ^ b2, b5 ^ b1, b4 ^ b0); in ec_GF2m_233_mul()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java274 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
279 b2 = (byte) ((code >> 16) & 0xFF); in unescapeChar()
289 b[2] = b2; in unescapeChar()
297 if (b1 != 0 || b2 != 0) { in unescapeChar()
316 if (b2 != 0) { in unescapeChar()
318 b[2] = b2; in unescapeChar()
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c311 int b0, b1, b2; in n2rng_noise_gen_preferred() local
349 for (b2 = 0; b2 < N2RNG_NBIASES; b2++) { in n2rng_noise_gen_preferred()
352 if (b0 == b2 || b1 == b2) continue; in n2rng_noise_gen_preferred()
353 candidates[2] = &rng->n_perftable[2][b2]; in n2rng_noise_gen_preferred()
361 ENCODEBIAS(2, b2); in n2rng_noise_gen_preferred()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_endian.h103 #define USETW4(w,b3,b2,b1,b0) do { \ argument
106 (w)[2] = (uint8_t)(b2); \
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
113 (w)[2] = (uint8_t)(b2); \
/illumos-gate/usr/src/boot/common/
H A Dutil.h38 int memcmp(const void *b1, const void *b2, size_t len);
42 #define bcmp(b1, b2, len) (memcmp((b1), (b2), (len)) != 0) argument
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcmp.c70 int b1, b2; in strcmp() local
201 b2 = i2; in strcmp()
203 str2 = (void *) &b2; in strcmp()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c414 int b1, b2; in bal_L() local
451 b2 = p2->bal; in bal_L()
456 if (b2 == 1) in bal_L()
460 if (b2 == -1) in bal_L()
474 int b1, b2; in bal_R() local
510 b2 = p2->bal; in bal_R()
515 if (b2 == -1) in bal_R()
519 if (b2 == 1) in bal_R()
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c31 STP_VECT_compare_bridge_id (BRIDGE_ID* b1, BRIDGE_ID* b2) in STP_VECT_compare_bridge_id() argument
33 if (b1->prio < b2->prio) in STP_VECT_compare_bridge_id()
36 if (b1->prio > b2->prio) in STP_VECT_compare_bridge_id()
38 return memcmp (b1->addr, b2->addr, 6); in STP_VECT_compare_bridge_id()
/illumos-gate/usr/src/boot/libsa/string/
H A Dbcmp.c42 bcmp(const void *b1, const void *b2, size_t length) in bcmp() argument
49 p2 = (char *)b2; in bcmp()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java304 int b2 = d.size() - 1; // last displayed bucket in printDistribution() local
306 for (; (b1 <= b2) && (d.get(b1).getFrequency() == 0); ++b1); in printDistribution()
309 if (b1 > b2) { in printDistribution()
315 b2 = 2; in printDistribution()
318 b2 = QUANTIZE_ZERO_BUCKET + 1; in printDistribution()
322 for (; (b2 > 0) && (d.get(b2).getFrequency() == 0); --b2); in printDistribution()
323 if (b2 < (d.size() - 1)) ++b2; in printDistribution()
325 for (int i = b1; i <= b2; ++i) { in printDistribution()
335 for (int i = b1; i <= b2; ++i) { in printDistribution()

12345