Searched refs:ADD (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dpa-risc2.s197 ADD,L m1_0,m_0,tmp_0 ; tmp_0 = m[0] + m1[0];
198 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m[1] + m1[1];
203 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
206 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
212 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
213 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
215 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
216 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
217 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
218 ADD,D
[all...]
H A Dpa-risc2W.s189 ADD,L m1_0,m_0,tmp_0 ; tmp_0 = m[0] + m1[0];
190 ADD,L m1_1,m_1,tmp_1 ; tmp_1 = m[1] + m1[1];
195 ADD,L ht_0,top_overflow,ht_0 ; ht[0] += (1<<32)
198 ADD,L ht_1,top_overflow,ht_1 ; ht[1] += (1<<32)
204 ADD,L ht_0,m_0,ht_0 ; ht[0]+= (m[0]>>32)
205 ADD,L ht_1,m_1,ht_1 ; ht[1]+= (m[1]>>32)
207 ADD lt_0,m1_0,lt_0 ; lt[0] = lt[0]+m1[0];
208 ADD,DC ht_0,%r0,ht_0 ; ht[0]++
209 ADD lt_1,m1_1,lt_1 ; lt[1] = lt[1]+m1[1];
210 ADD,D
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha512-s390x.pl55 $ADD="alg"; # add with memory operand
69 $ADD="al"; # add with memory operand
104 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
134 $ADD $T1,`160+$SZ*($i%16)`($sp) # +=X[i]
137 $ADD $T1,`160+$SZ*(($i+9)%16)`($sp) # +=X[i+9]
270 $ADD $A,`0*$SZ`($ctx)
271 $ADD $B,`1*$SZ`($ctx)
272 $ADD $C,`2*$SZ`($ctx)
273 $ADD $D,`3*$SZ`($ctx)
274 $ADD
[all...]
H A Dsha512-ia64.pl72 $ADD="add";
86 $ADD="padd4";
494 { .mib; $ADD X[15]=X[15],X[15-9] // X[i&0xF]+=X[(i+9)&0xF]
522 $ADD X[15]=X[15],s0 };; // X[i&0xF]+=sigma0(X[(i+1)&0xF])
532 $ADD X[15]=X[15],s0 };; // X[i&0xF]+=sigma0(X[(i+1)&0xF])
539 $ADD X[15]=X[15],s1 // X[i&0xF]+=sigma1(X[(i+14)&0xF])
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dexpspeed.c239 # define ADD a macro
242 # define ADD NULL
245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err;
/barrelfish-master/include/arpa/
H A Dnameser_compat.h140 #define ADD ns_uop_add macro
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr_doc.pl522 ADD (1) minimum(X, Y, Z)
526 ADD (2) leq(_g665, _g601)
528 ADD (3) leq(_g665, Var)
530 ADD (4) maximum(_g601, Var, _g665)
534 ADD (5) leq(_g601, _g665)
541 ADD (6) leq(Var, _g601)
548 ADD (7) leq(_g601, _g601)
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextchr.tex379 ADD (1) minimum(X, Y, Z)
383 ADD (2) leq(_g665, _g601)
385 ADD (3) leq(_g665, Var)
387 ADD (4) maximum(_g601, Var, _g665)
391 ADD (5) leq(_g601, _g665)
398 ADD (6) leq(Var, _g601)
405 ADD (7) leq(_g601, _g601)
/barrelfish-master/lib/libc/resolv/
H A Dres_mkupdate.c183 case ADD:

Completed in 50 milliseconds