Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 25 of 67) sorted by relevance

123

/illumos-gate/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c115 tmp1 = base[j]; in arcfour_crypt()
118 tmp0 += tmp1; in arcfour_crypt()
139 tmp1 = base[j]; in arcfour_crypt()
144 tmp0 += tmp1; in arcfour_crypt()
191 tmp0 += tmp1; in arcfour_crypt()
271 tmp1 += tmp0; in arcfour_crypt()
272 tmp1 = tmp1 & 0xff; in arcfour_crypt()
281 tmp0 += tmp1; in arcfour_crypt()
291 tmp0 += tmp1; in arcfour_crypt()
301 tmp0 += tmp1; in arcfour_crypt()
[all …]
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu.h95 ld [tmp1 + %lo(shctx_on)], tmp1 ;\
298 and ttepa, tmp1, tmp1; \
302 xor tmp1, tmp2, tmp1; \
308 cmp tte, tmp1; \
351 and ttepa, tmp1, tmp1; \
355 xor tmp1, tmp2, tmp1; \
361 cmp tte, tmp1; \
422 and tmp1, tmp3, tmp1 ;\
429 and tmp1, TSB_SOFTSZ_MASK, tmp1 ;\
483 sllx tmp1, (64 - MMU_PAGESHIFT4M), tmp1 ;\
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dfpras_impl.h140 ldx [tmp1 + %lo(fpras_interval)], tmp1 ;\
168 ld [tmp1 + CPU_ID], tmp1 ;\
171 sll tmp1, FPRAS_CHKFNGRP_SIZE_SHIFT, tmp1 ;\
174 sll tmp1, FPRAS_CHKFN_SIZE_SHIFT, tmp1 ;\
213 add tmp1, %lo(fpras_chkfn_type1), tmp1 ;\
214 add tmp1, FPRAS_BLK0 + blk * 64, tmp1 ;\
235 mov 0x2, tmp1 ;\
238 deccc tmp1 ;\
246 btst 0x7, tmp1 ;\
266 deccc tmp1 ;\
[all …]
H A Dcheetahasm.h816 sub arg1, arg2, tmp1; \
820 cmp %g0, tmp1; \
822 sub tmp1, arg2, tmp1;
838 andn tmp2, DCU_IC, tmp1; \
886 CPU_INDEX(tmp1, tmp2); \
888 sllx tmp1, JP_ECFLUSH_PORTID_SHIFT, tmp1; \
889 or tmp1, tmp2, tmp1; \
900 add tmp1, tmp2, tmp1; \
903 andcc tmp1, tmp2, tmp2; \
962 GET_CPU_IMPL(tmp1); \
[all …]
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h76 mov MMU_SCONTEXT, tmp1; \
77 movrnz is_shctx, MMU_SCONTEXT1, tmp1; \
106 #define SETUP_UTSB_ATOMIC_ASI(tmp1, tmp2) argument
334 or tte, TTE_REF_INT, tmp1; \
336 cmp tte, tmp1; \
371 cmp tte, tmp1; \
404 mov SCRATCHPAD_UTSBREG1, tmp1 ;\
409 sllx tmp1, tmp2, tmp1 /* tmp1 = nentries in TSB */ ;\
410 sub tmp1, 1, tmp1 /* mask = nentries - 1 */ ;\
412 and tmp2, tmp1, tmp1 /* tsbent = virtpage & mask */ ;\
[all …]
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S1474 add tmp1, tmp2, tmp1 ;\
1485 add tmp1, tmp2, tmp1 ;\
1505 add tmp1, statname, tmp1 ;\
1947 xor tmp1, hmeblktag, tmp1 ;\
1980 xor tmp1, hmeblktag, tmp1 ;\
1992 srlx tmp1, BT_ULSHIFT, tmp1 ;\
1993 sllx tmp1, CLONGSHIFT, tmp1 ;\
1994 add tsbarea, tmp1, tmp1 ;\
1996 srlx tmp1, tmp2, tmp1 ;\
3965 add tmp1, mseg, tmp1 ;\
[all …]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.S534 flush tmp1
640 add tmp1, tmp2, tmp1 ;\
654 ldxa [tmp1]ASI_SCRATCHPAD, tmp1 ;\
655 srlx tmp1, ERRLOG_REG_EIDR_SHIFT, tmp1 ;\
657 and tmp1, tmp2, tmp1 ;\
661 ldx [tmp1 + %lo(hres_last_tick)], tmp1 ;\
663 add tmp1, tmp2, tmp1 ;\
797 subcc tmp1, 1, tmp1 ;\
805 add tmp1, 1, tmp1 ;\
1414 sllx tmp1, 7, tmp1 ;\
[all …]
H A Dspitfire_asm.S49 ldxa [%g0]ASI_LSU, tmp1 ;\
53 ld [tmp1 + %lo(dcache_linesize)], tmp1 ;\
69 sub tmp3, tmp1, tmp2 ;\
75 sub tmp2, tmp1, tmp2 ;\
89 sub tmp3, tmp1, tmp3 ;\
103 sub tmp3, tmp1, tmp3 ;\
115 sub tmp3, tmp1, arg2 ;\
129 sub arg2, tmp1, arg2 ;\
140 ld [tmp1 + %lo(dcache_linesize)], tmp1; \
148 sub tmp2, tmp1, tmp2; \
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dreadcsv.sh34 tmp1=$tmp/tmp1.csv
36 cat > $tmp1 <<- \EOF
65 done < $tmp1 > $tmp2
67 diff "$tmp1" "$tmp2" >/dev/null 2>&1 || err_exit "files $tmp1 and $tmp2 differ"
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c68 struct seclist *tmp1, *tmp2; in get_secure_nets() local
71 tmp1 = (struct seclist *) malloc(sizeof (struct seclist)); in get_secure_nets()
72 slist = tmp2 = tmp1; in get_secure_nets()
114 tmp1->af = netaf; in get_secure_nets()
115 tmp1->mask = maskin; in get_secure_nets()
116 tmp1->net = netin; in get_secure_nets()
117 tmp1->next = (struct seclist *) in get_secure_nets()
119 tmp2 = tmp1; in get_secure_nets()
120 tmp1 = tmp1->next; in get_secure_nets()
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c259 BIGNUM msg, tmp, tmp1; in dsa_sign() local
382 if ((brv = big_add(&tmp1, &tmp1, &msg)) != BIG_OK) { in dsa_sign()
406 big_finish(&tmp1); in dsa_sign()
426 BIGNUM msg, tmp1, tmp2, tmp3; in dsa_verify() local
541 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.q)) != BIG_OK) { in dsa_verify()
556 if (big_modexp(&tmp1, &(dsakey.g), &tmp1, &(dsakey.p), NULL) != in dsa_verify()
568 if (big_mul(&tmp1, &tmp1, &tmp2) != BIG_OK) { in dsa_verify()
573 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.p)) != BIG_OK) { in dsa_verify()
578 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.q)) != BIG_OK) { in dsa_verify()
583 if (big_cmp_abs(&tmp1, &(dsakey.r)) == 0) in dsa_verify()
[all …]
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h177 uint32_t tmp1, tmp2; in __swapEX() local
192 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapEX()
215 uint32_t tmp1, tmp2, tmp3; in __swapRD() local
231 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapRD()
242 uint32_t fsr, tmp1, tmp2; in __swapTE() local
259 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapTE()
/illumos-gate/usr/src/lib/libm/sparcv9/src/
H A Dlibm_inlines.h168 uint64_t tmp1, tmp2; in __swapEX() local
183 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapEX()
206 uint64_t tmp1, tmp2, tmp3; in __swapRD() local
223 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapRD()
235 uint64_t tmp1, tmp2, tmp3; in __swapTE() local
252 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapTE()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h901 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \
902 sub tmp1, 1, tmp1; /* mask = nentries - 1 */ \
904 and tmp2, tmp1, tmp1; /* tsbent = virtpage & mask */ \
905 sllx tmp1, TSB_ENTRY_SHIFT, tmp1; /* entry num --> ptr */ \
927 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \
928 sub tmp1, 1, tmp1; /* mask = nentries - 1 */ \
930 and tmp2, tmp1, tmp1; /* tsbent = virtpage & mask */ \
931 sllx tmp1, TSB_ENTRY_SHIFT, tmp1; /* entry num --> ptr */ \
1001 and tmp1, TSB_SOFTSZ_MASK, tmp1; \
1002 or tsbreg, tmp1, tsbreg;
[all …]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl709 my ($tmp1, $tmp2, $tmp3);
711 $tmp1 = gettext("ABI SYMBOL USAGE SUMMARY REPORT");
712 $tmp2 = '*' x length($tmp1);
714 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
722 $tmp1 = gettext("References to shared objects in the Solaris ABI");
723 $tmp2 = '*' x length($tmp1);
725 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
767 $tmp2 = '*' x length($tmp1);
769 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
790 $tmp2 = '*' x length($tmp1);
[all …]
H A DAppcertUtil.pm1005 my ($tmp1, $tmp2);
1007 $tmp1 = $file;
1009 while ($tmp2 = readlink($tmp1)) {
1012 $tmp2 = dirname($tmp1) . "/" . $tmp2;
1015 $tmp1 = $tmp2; #
1016 $tmp1 =~ s,/+,/,g; # get rid of ////
1018 $tmp1 =~ s,/\./,/,g; # remove /./
1023 if (! -e $tmp1) {
1024 $tmp1 = $tmp2;
1026 if (! -e $tmp1) {
[all …]
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.S61 #define ECACHE_FLUSHTAGS(arg1, arg2, tmp1) \ argument
62 GET_CPU_IMPL(tmp1) ;\
64 cmp tmp1, CHEETAH_IMPL ;\
67 sub arg1, arg2, tmp1 ;\
69 stxa %g0, [tmp1]ASI_EC_DIAG ;\
71 cmp %g0, tmp1 ;\
73 sub tmp1, arg2, tmp1 ;\
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_asm.S207 #define ADVANCE_CRUMB_POINTER(cpusave, tmp1, tmp2) \ argument
208 movq KRS_CURCRUMBIDX(cpusave), tmp1; \
209 cmpq $[KDI_NCRUMBS - 1], tmp1; \
212 addq $1, tmp1; \
213 movq tmp1, KRS_CURCRUMBIDX(cpusave); \
214 movq KRS_CURCRUMB(cpusave), tmp1; \
215 addq $KRM_SIZE, tmp1; \
219 leaq KRS_CRUMBS(cpusave), tmp1; \
220 2: movq tmp1, KRS_CURCRUMB(cpusave); \
223 3: movq $0, -4(tmp1, tmp2, 4); \
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c51 double f1, ans1, ansu1, ansl1, tmp1, poly1, conup1, conlo1; in __vatan() local
286 tmp1 = f1*f1; in __vatan()
290 poly1 = f1*((p3*tmp1 + p2)*tmp1 + p1)*tmp1; in __vatan()
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1112 tmp1.len++; in big_div_pos()
1114 tmp1.value[tmp1.len - 1] = 0; in big_div_pos()
1120 big_sub_pos_high(&tmp1, &tmp1, &tmp2); in big_div_pos()
1123 big_sub_pos_high(&tmp1, &tmp1, &bbhigh); in big_div_pos()
1128 tmp1.len--; in big_div_pos()
1130 big_sub_pos_high(&tmp1, &tmp1, &bbhigh); in big_div_pos()
1138 big_sub_pos_high(&tmp1, &tmp1, &tmp2); in big_div_pos()
1140 big_sub_pos_high(&tmp1, &tmp1, &bblow); in big_div_pos()
1147 big_shiftright(&tmp1, &tmp1, offs); in big_div_pos()
1557 BIGNUM tmp1; in big_mul() local
[all …]
H A Dmont_mulf.c75 double tmp, tmp1, x, x1; in cleanup() local
77 tmp = tmp1 = Zero; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
85 tmp1 = upper32(x1); in cleanup()
/illumos-gate/usr/src/uts/sun4u/opl/ml/
H A Ddrmach_asm.S55 #define FJSV_SPECULATIVE_OFF(reg, tmp1, tmp2) \ argument
57 andn reg, PSTATE_IE, tmp1 ;\
58 wrpr %g0, tmp1, %pstate ;\
59 ldxa [%g0]ASI_MCNTL, tmp1 ;\
62 or tmp1, tmp2, tmp1 ;\
63 stxa tmp1, [%g0]ASI_MCNTL ;\
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S164 fzero %f14 !tmp1 = 0
233 fmuld %f14,%f12,%f12 !poly1 = (f1*tmp1)*((p3*tmp1 + p2)*tmp1 + p1)
429 fmuld %f36,%f36,%f14 !tmp1= f1*f1
434 fmuld %f58,%f14,%f12 !p[3]*tmp1
441 faddd %f12,%f60,%f12 !p[3]*tmp1 + p[2]
444 fmuld %f12,%f14,%f12 !(p3*tmp1 + p2)*tmp1
448 fmuld %f36,%f14,%f14 !f1*tmp1
449 faddd %f12,%f62,%f12 !(p3*tmp1 + p2)*tmp1 + p1
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c1131 unsigned char *tmp, *tmp1; in snd_parse() local
1154 tmp1 = newmp->b_rptr; in snd_parse()
1159 *tmp1++ = '\0'; in snd_parse()
1165 *tmp1++ = *tmp; in snd_parse()
1172 (tmp1 == newmp->b_wptr)) { in snd_parse()
1178 *tmp1++ = '\0'; in snd_parse()
1181 *tmp1++ = *tmp; in snd_parse()
1184 *tmp1++ = IAC; in snd_parse()
1191 newmp->b_wptr = tmp1; in snd_parse()
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c421 char *tmp, *tmp1; in ibnex_prom_devname_to_pkey_n_portnum() local
425 if ((tmp1 = strchr(++tmp, ',')) != NULL) in ibnex_prom_devname_to_pkey_n_portnum()
426 *port = ibnex_str2int(tmp, (tmp1 - tmp), &ret); in ibnex_prom_devname_to_pkey_n_portnum()
433 if ((tmp1 = strchr(++tmp, ',')) != NULL) in ibnex_prom_devname_to_pkey_n_portnum()
434 *pkey = ibnex_str2hex(tmp, (tmp1 - tmp), &ret); in ibnex_prom_devname_to_pkey_n_portnum()

123