Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.regs.out2 libdis_test+0x4: b3 80 10 00 add ra,ra,ra
4 libdis_test+0xc: b3 81 31 00 add gp,gp,gp
6 libdis_test+0x14: b3 82 52 00 add t0,t0,t0
8 libdis_test+0x1c: b3 83 73 00 add t2,t2,t2
10 libdis_test+0x24: b3 84 94 00 add s1,s1,s1
12 libdis_test+0x2c: b3 85 b5 00 add a1,a1,a1
14 libdis_test+0x34: b3 86 d6 00 add a3,a3,a3
16 libdis_test+0x3c: b3 87 f7 00 add a5,a5,a5
18 libdis_test+0x44: b3 88 18 01 add a7,a7,a7
20 libdis_test+0x4c: b3 89 39 01 add s3,s3,s3
[all …]
H A Dtst.rv32m.out2 libdis_test+0x4: b3 14 39 03 mulh s1,s2,s3
4 libdis_test+0xc: b3 39 5a 03 mulhu s3,s4,s5
6 libdis_test+0x14: b3 5a 7b 03 divu s5,s6,s7
8 libdis_test+0x1c: b3 7b 9c 03 remu s7,s8,s9
H A D64.rv64a.out11 libdis_test+0x28: af b3 ce 0b amoswap.d.rl t2,t3,(t4)
15 libdis_test+0x38: af b3 ce 03 amoadd.d.rl t2,t3,(t4)
19 libdis_test+0x48: af b3 ce 23 amoxor.d.rl t2,t3,(t4)
23 libdis_test+0x58: af b3 ce 63 amoand.d.rl t2,t3,(t4)
27 libdis_test+0x68: af b3 ce 43 amoor.d.rl t2,t3,(t4)
31 libdis_test+0x78: af b3 ce 83 amomin.d.rl t2,t3,(t4)
35 libdis_test+0x88: af b3 ce a3 amomax.d.rl t2,t3,(t4)
39 libdis_test+0x98: af b3 ce c3 amominu.d.rl t2,t3,(t4)
43 libdis_test+0xa8: af b3 ce e3 amomaxu.d.rl t2,t3,(t4)
H A Dtst.rv32i.out47 libdis_test+0xb8: b3 04 39 41 sub s1,s2,s3
48 libdis_test+0xbc: b3 19 5a 01 sll s3,s4,s5
51 libdis_test+0xc8: b3 4a 7b 01 xor s5,s6,s7
53 libdis_test+0xd0: b3 5b 9c 41 sra s7,s8,s9
55 libdis_test+0xd8: b3 7c bd 01 and s9,s10,s11
H A Dtst.csr.out23 libdis_test+0x58: 73 a3 b3 c0 csrrs t1,hpmcounter11,t2
39 libdis_test+0x98: 73 a3 b3 c1 csrrs t1,hpmcounter27,t2
55 libdis_test+0xd8: 73 a3 b3 c8 csrrs t1,hpmcounter11h,t2
71 libdis_test+0x118: 73 a3 b3 c9 csrrs t1,hpmcounter27h,t2
119 libdis_test+0x1d8: 73 a3 b3 3b csrrs t1,pmpaddr11,t2
126 libdis_test+0x1f4: 73 b3 53 00 csrrc t1,utvec,t2
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c469 uint16_t b3 = 0; in do_case_conv() local
699 uint16_t b3 = 0; in combining_class() local
706 b3 = s[0]; in combining_class()
710 b3 = s[1]; in combining_class()
715 b3 = s[2]; in combining_class()
727 b3 = u8_combining_class_b3_tbl[uv][b2][b3]; in combining_class()
753 uint16_t b3 = 0; in do_decomp() local
785 if (b3) { in do_decomp()
985 b3 = s[0]; in find_composition_start()
989 b3 = s[1]; in find_composition_start()
[all …]
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_superscalar4.c97 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_native() local
109 b3 = ctx->superscalar[1].v[2]; in fletcher_4_superscalar4_native()
124 b3 += a3; in fletcher_4_superscalar4_native()
128 c3 += b3; in fletcher_4_superscalar4_native()
145 ctx->superscalar[1].v[2] = b3; in fletcher_4_superscalar4_native()
162 uint64_t a3, b3, c3, d3; in fletcher_4_superscalar4_byteswap() local
174 b3 = ctx->superscalar[1].v[2]; in fletcher_4_superscalar4_byteswap()
189 b3 += a3; in fletcher_4_superscalar4_byteswap()
193 c3 += b3; in fletcher_4_superscalar4_byteswap()
210 ctx->superscalar[1].v[2] = b3; in fletcher_4_superscalar4_byteswap()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/
H A Dusb_endian.h103 #define USETW4(w,b3,b2,b1,b0) do { \ argument
107 (w)[3] = (uint8_t)(b3); \
110 #define USETW8(w,b7,b6,b5,b4,b3,b2,b1,b0) do { \ argument
114 (w)[3] = (uint8_t)(b3); \
/illumos-gate/usr/src/cmd/eqn/
H A Dshift.c112 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; in shift2() local
129 b3 = ebase[p3]; in shift2()
132 h3 = eht[p3]; b3 = ebase[p3]; in shift2()
139 supsh = -VERT((4*(h1-b1))/10) - b3; in shift2()
143 supsh = - VERT(1) - b3; in shift2()
147 supsh = -(h1-b1) + (h3-b3) - d2; in shift2()
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com38 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
39 SSRCS :sh= find . -name SCCS -prune -o -name *.S -print | cut -b3-
40 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
48 | cut -b3-
/illumos-gate/usr/src/common/crypto/ecc/
H A Decl_gf.c735 mp_digit b0 = 0, b1 = 0, b2 = 0, b3 = 0; in ec_GFp_sub_4() local
754 b3 = MP_DIGIT(b,3); in ec_GFp_sub_4()
770 MP_SUB_BORROW(r3, b3, r3, borrow, borrow); in ec_GFp_sub_4()
788 b3 = MP_DIGIT(&meth->irr,3); in ec_GFp_sub_4()
796 MP_ADD_CARRY(b3, r3, r3, borrow, borrow); in ec_GFp_sub_4()
859 b3 = MP_DIGIT(b,3); in ec_GFp_sub_5()
874 MP_SUB_BORROW(r3, b3, r3, borrow, borrow); in ec_GFp_sub_5()
881 b3 = MP_DIGIT(&meth->irr,3); in ec_GFp_sub_5()
888 MP_ADD_CARRY(b3, r3, r3, borrow, borrow); in ec_GFp_sub_5()
941 b3 = MP_DIGIT(b,3); in ec_GFp_sub_6()
[all …]
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
240 b3 = MP_DIGIT(b, 3); 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
265 b3 = MP_DIGIT(b, 3); 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()
285 s_bmul_4x4(rm, a7 ^ a3, a6 ^ a2, a5 ^ a1, a4 ^ a0, b7 ^ b3, in ec_GF2m_233_mul()
H A Dec2_163.c187 mp_digit a5 = 0, a4 = 0, a3 = 0, b5 = 0, b4 = 0, b3 = 0; in ec_GF2m_163_mul() local
224 b3 = MP_DIGIT(b, 3); in ec_GF2m_163_mul()
243 s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3); in ec_GF2m_163_mul()
246 b3 ^ b0); in ec_GF2m_163_mul()
H A Dec2_aff.c195 int b1, b3, i, l; in ec_GF2m_pt_mul_aff() local
253 b3 = MP_GET_BIT(&k3, i); in ec_GF2m_pt_mul_aff()
256 if ((b3 == 1) && (b1 == 0)) { in ec_GF2m_pt_mul_aff()
260 } else if ((b3 == 0) && (b1 == 1)) { in ec_GF2m_pt_mul_aff()
H A Decp_aff.c208 int b1, b3, i, l; in ec_GFp_pt_mul_aff() local
266 b3 = MP_GET_BIT(&k3, i); in ec_GFp_pt_mul_aff()
269 if ((b3 == 1) && (b1 == 0)) { in ec_GFp_pt_mul_aff()
273 } else if ((b3 == 0) && (b1 == 1)) { in ec_GFp_pt_mul_aff()
/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()
280 b3 = (byte) ((code >> 24) & 0xFf); in unescapeChar()
290 b[3] = b3; in unescapeChar()
308 if (b3 != 0) { in unescapeChar()
H A DServiceLocationAttribute.java768 byte b0 = 0, b1 = 0, b2 = 0, b3 = 0; in unescapeChar()
774 b3 = (byte) ((code >> 24) & 0xFF); in unescapeChar()
778 if (b3 != 0) { in unescapeChar()
780 b[3] = b3; in unescapeChar()
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c431 unsigned char b3 = DEC(*in); in outdec() local
450 if (!isvalid(b3)) { in outdec()
453 *out = (b2 << 6) | b3; in outdec()
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vlog.c664 double b0, b1, b2, b3; in __vlog() local
757 b3 = (s3 * s3) * (mhalf + s3 * (P3 + s3 * (P4 + in __vlog()
770 (n3 * ln2lo + TBL[i3+3]) + b3)); in __vlog()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h553 #define bytes2word(b0, b1, b2, b3) \ argument
554 (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | \
563 #define bytes2word(b0, b1, b2, b3) \ argument
565 ((uint32_t)(b2) << 8) | (b3))
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/
H A D32.bf16.out39 libdis_test+0xd1: 62 f2 7e 08 72 b3 vcvtneps2bf16 0x88(%ebx),%xmm6
52 libdis_test+0x11b: 62 f2 7e 28 72 b3 vcvtneps2bf16 0x88(%ebx),%ymm6
64 libdis_test+0x15f: 62 f2 7e 48 72 b3 vcvtneps2bf16 0x88(%ebx),%zmm6
H A D64.bf16.out39 libdis_test+0xd1: 62 f2 7e 08 72 b3 vcvtneps2bf16 0x88(%rbx),%xmm6
52 libdis_test+0x11b: 62 f2 7e 28 72 b3 vcvtneps2bf16 0x88(%rbx),%ymm6
64 libdis_test+0x15f: 62 f2 7e 48 72 b3 vcvtneps2bf16 0x88(%rbx),%zmm6
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c180 uint8_t b3, uint8_t b4, uint8_t b5) in ieee80211_read_6() argument
182 uint32_t iv32 = (b0 << 0) | (b1 << 8) | (b2 << 16) | (b3 << 24); in ieee80211_read_6()
592 get_le32_split(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in get_le32_split() argument
594 return (b0 | (b1 << 8) | (b2 << 16) | (b3 << 24)); in get_le32_split()
/illumos-gate/usr/src/common/mpi/
H A Dmp_gf2m-priv.h105 const mp_digit a0, const mp_digit b3, const mp_digit b2, const mp_digit b1,

1234