Searched refs:tmp1 (Results 1 - 25 of 46) sorted by relevance

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-586.pl46 $tmp1="ebp";
57 if ($n==0) { &mov($tmp1,$a); }
58 else { &mov($a,$tmp1); }
59 &rotl($tmp1,5); # tmp1=ROTATE(a,5)
61 &add($tmp1,$e); # tmp1+=e;
68 &lea($tmp1,&DWP(0x5a827999,$tmp1,$e)); # tmp1
[all...]
H A Dsha1-sparcv9.pl49 $tmp1="%i4";
59 srl $a,27,$tmp1
62 add $tmp1,$e,$e
64 andn $d,$b,$tmp1
66 or $tmp1,$tmp0,$tmp1
75 add $tmp1,$e,$e
87 srl $a,27,$tmp1
93 srlx @X[($j+7)%8],32,$tmp1
96 or $tmp1,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dmethtest.c70 METHOD_CTX *top,*tmp1,*tmp2; local
75 tmp1=METH_new(x509_by_file());
77 METH_arg(tmp1,METH_TYPE_FILE,"cafile1");
78 METH_arg(tmp1,METH_TYPE_FILE,"cafile2");
79 METH_push(top,METH_X509_CA_BY_SUBJECT,tmp1);
97 METH_control(tmp1,METH_CONTROL_DUMP,stdout);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/asm/
H A Dbf-686.pl15 $tmp1="eax";
43 &xor( $tmp1, $tmp1);
55 &BF_ENCRYPT($i+1,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
59 &BF_ENCRYPT($i+2,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
75 &BF_ENCRYPT($i,$R,$L,$P,$tot,$tmp1,$tmp2,$tmp3);
78 &BF_ENCRYPT($i-1,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3);
93 local($i,$L,$R,$P,$tot,$tmp1,$tmp2,$tmp3)=@_;
98 &movb( &LB($tmp1), &HB($R));
104 &mov( $tot, &DWP(&n2a($BF_OFF+0x0000),$P,$tmp1,
[all...]
H A Dbf-586.pl15 $tmp1="eax";
44 &xor( $tmp1, $tmp1);
58 &BF_ENCRYPT($i+1,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
62 &BF_ENCRYPT($i+2,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,1);
64 # &mov($tmp1,&wparam(0)); In last loop
77 &BF_ENCRYPT($i,$R,$L,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
80 &BF_ENCRYPT($i-1,$L,$R,$P,$tmp1,$tmp2,$tmp3,$tmp4,0);
82 # &mov($tmp1,&wparam(0)); In last loop
87 &mov(&DWP(4,$tmp1,"",
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/x86/
H A Dadd.pl15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &add($tmp1,$c);
38 &add($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &add($tmp1,$c);
63 &add($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
H A Dsub.pl15 $tmp1="ecx";
33 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
35 &sub($tmp1,$c);
38 &sub($tmp1,$tmp2);
40 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
58 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
60 &sub($tmp1,$c);
63 &sub($tmp1,$tmp2);
66 &mov(&DWP($i*4,$r,"",0),$tmp1); # *a
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/asm/
H A Dcast-586.pl17 $tmp1="ecx";
81 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
82 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
83 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
84 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
85 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
86 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
87 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
88 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
89 &E_CAST( 8,$S,$L,$R,$K,@F3,$tmp1,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
H A Dtencce.bat5 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
6 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
13 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in \OpenSSL\%input% -out \OpenSSL\%tmp1%
14 cerun CE:\OpenSSL\%ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in \OpenSSL\%tmp1% -out \OpenSSL\%out1%
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_toom_mul.c27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
33 &b2, &tmp1, &tmp2, NULL)) != MP_OKAY) {
83 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
86 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
89 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
92 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
109 if ((res = mp_mul(&tmp1,
[all...]
H A Dbn_mp_toom_sqr.c22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
60 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
63 if ((res = mp_add(&tmp1, &a1, &tmp1)) != MP_OKAY) {
66 if ((res = mp_mul_2(&tmp1, &tmp1)) != MP_OKAY) {
69 if ((res = mp_add(&tmp1, &a2, &tmp1)) != MP_OKAY) {
73 if ((res = mp_sqr(&tmp1,
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/asm/
H A Drc5-586.pl15 $tmp1="eax";
56 &mov($tmp1, &DWP(12+$i*8,$S,"",0));
59 &add($A, $tmp1);
62 &mov($tmp1, &DWP(16+$i*8,$S,"",0));
65 &add($B, $tmp1);
82 &mov($tmp1, &DWP($i*8+8,$S,"",0));
83 &sub($B, $tmp1);
88 &mov($tmp1, &DWP($i*8+4,$S,"",0));
89 &sub($A, $tmp1);
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dx_solve.c302 tmp1 = rho_i(i,j,k,c);
303 tmp2 = tmp1 * tmp1;
304 tmp3 = tmp1 * tmp2;
318 * ( u(2,i,j,k,c) * tmp1 );
319 fjac(2,3,i) = - c2 * ( u(3,i,j,k,c) * tmp1 );
320 fjac(2,4,i) = - c2 * ( u(4,i,j,k,c) * tmp1 );
324 fjac(3,2,i) = u(3,i,j,k,c) * tmp1;
325 fjac(3,3,i) = u(2,i,j,k,c) * tmp1;
330 fjac(4,2,i) = u(4,i,j,k,c) * tmp1;
[all...]
H A Dy_solve.c296 tmp1 = utmp(1,j);
297 tmp2 = tmp1 * tmp1;
298 tmp3 = tmp1 * tmp2;
308 fjac(2,2,j) = utmp(3,j) * tmp1;
309 fjac(2,3,j) = utmp(2,j) * tmp1;
315 fjac(3,2,j) = - c2 * utmp(2,j) * tmp1;
317 * utmp(3,j) * tmp1 ;
318 fjac(3,4,j) = - c2 * utmp(4,j) * tmp1 ;
324 fjac(4,3,j) = utmp(4,j) * tmp1;
[all...]
H A Dz_solve.c334 tmp1 = utmp(1,k);
335 tmp2 = tmp1 * tmp1;
336 tmp3 = tmp1 * tmp2;
346 fjac(2,2,k) = utmp(4,k) * tmp1;
348 fjac(2,4,k) = utmp(2,k) * tmp1;
354 fjac(3,3,k) = utmp(4,k) * tmp1;
355 fjac(3,4,k) = utmp(3,k) * tmp1;
360 fjac(4,2,k) = - c2 * utmp(2,k) * tmp1 ;
361 fjac(4,3,k) = - c2 * utmp(3,k) * tmp1;
[all...]
H A Dwork_lhs.h21 tmp1, tmp2, tmp3; variable
22 // common /work_lhs/ fjac, njac, lhsa, lhsb, tmp1, tmp2, tmp3;
28 tmp1, tmp2, tmp3;
31 #pragma omp threadprivate (fjac, njac, lhsa, lhsb, tmp1, tmp2, tmp3)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-586.pl20 $tmp1="edi";
47 &mov($tmp1,$C) if $pos < 0;
53 &xor($tmp1,$d); # F function - part 2
55 &and($tmp1,$b); # F function - part 3
58 &xor($tmp1,$d); # F function - part 4
60 &add($a,$tmp1);
61 &mov($tmp1,&Np($c)) if $pos < 1; # next tmp1 for R0
62 &mov($tmp1,&Np($c)) if $pos == 1; # next tmp1 fo
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/asm/
H A Dcrypt586.pl79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
90 &mov( $tmp1, $u);
91 &shl( $tmp1, 16); # 1
94 &xor( $u, $tmp1); # 2
96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
97 &xor( $u, $tmp1);
104 &xor( $tmp1, $tmp1); # 1
107 &movb( &LB($tmp1), &LB($u) );
111 &xor( $L, &DWP(" ",$trans,$tmp1,
[all...]
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Djacu.c14 double tmp1, tmp2, tmp3; local
26 tmp1 = 1.0 / u(1,i,j,k);
27 tmp2 = tmp1 * tmp1;
28 tmp3 = tmp1 * tmp2;
30 tmp1 = 1.0 / u(1,i,j,k);
31 tmp2 = tmp1 * tmp1;
32 tmp3 = tmp1 * tmp2;
49 * ( tx1 * r43 * c34 * tmp1
[all...]
H A Djacld.c14 double tmp1, tmp2, tmp3; local
26 tmp1 = 1.0 / u(1,i,j,k);
27 tmp2 = tmp1 * tmp1;
28 tmp3 = tmp1 * tmp2;
45 * ( tx1 * r43 * c34 * tmp1
46 + ty1 * c34 * tmp1
47 + tz1 * c34 * tmp1 )
62 * ( tx1 * c34 * tmp1
63 + ty1 * r43 * c34 * tmp1
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dbn-586.pl434 $tmp1="ecx";
452 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
454 &add($tmp1,$c);
457 &add($tmp1,$tmp2);
459 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
477 &mov($tmp1,&DWP($i*4,$a,"",0)); # *a
479 &add($tmp1,$c);
482 &add($tmp1,$tmp2);
485 &mov(&DWP($i*4,$r,"",0),$tmp1); # *r
506 $tmp1
[all...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dheapsort.c70 #define COPY(a, b, count, size, tmp1, tmp2) { \
72 tmp1 = a; \
75 *tmp1++ = *tmp2++; \
118 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \
126 COPY(par, child, count, size, tmp1, tmp2); \
134 COPY(child, k, count, size, tmp1, tmp2); \
137 COPY(child, par, count, size, tmp1, tmp2); \
164 char tmp, *tmp1, *tmp2; local
193 COPY(k, base + nmemb * size, cnt, size, tmp1, tmp2);
194 COPY(base + nmemb * size, base + size, cnt, size, tmp1, tmp
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ripemd/asm/
H A Drmd-586.pl19 $tmp1="eax";
84 #&mov($tmp1, $c) if $o == -1;
85 &xor($tmp1, $d) if $o == -1;
87 &xor($tmp1, $b);
90 &add($a, $tmp1);
91 &mov($tmp1, &Np($c)); # NEXT
98 &xor($tmp1, $d);
100 &xor($tmp1, $b);
101 &add($a, $tmp1);
102 &mov($tmp1,
[all...]
/barrelfish-2018-10-04/usr/skb/programs/
H A Dalgos_systems46 echo "set output \"algos_systems_padding.eps\"" >> tmp1.$GNUPLOTFILE;
47 echo "set xlabel \"System\"" >> tmp1.$GNUPLOTFILE;
48 echo "set ylabel \"Padding overhead [bytes]\"" >> tmp1.$GNUPLOTFILE;
49 echo -n "plot " >> tmp1.$GNUPLOTFILE;
85 echo -n "," >> tmp1.$GNUPLOTFILE;
91 echo -n " \"./algos_systems.dat\" index $count using (\$0+0.1*$count):5 title '$nama' with boxes fill pattern $fillpattern" >> tmp1.$GNUPLOTFILE;
123 echo -n "," >> tmp1.$GNUPLOTFILE;
129 echo -n " \"./algos_systems.dat\" index $count using (\$0+0.1*$count):5 title '$nama' with boxes fill pattern $fillpattern" >> tmp1.$GNUPLOTFILE;
139 cat tmp1.$GNUPLOTFILE >> $GNUPLOTFILE;
146 rm tmp1
[all...]

Completed in 237 milliseconds

12