Searched refs:nhi (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-armv4.pl92 $nhi="r14";
163 ldrb $nhi,[$Xi,#15]
165 eor $nlo,$nlo,$nhi
166 and $nhi,$nlo,#0xf0
172 add $Thh,$Htbl,$nhi
175 and $nhi,$Zll,#0xf @ rem
176 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
177 add $nhi,$nhi,$nhi
[all...]
H A Dghash-parisc.pl70 $nhi="%r4";
128 and $mask0xf0,$nlo,$nhi
139 ldd $nhi($Hll),$Tll
140 ldd $nhi($Hhh),$Thh
141 and $mask0xf0,$nlo,$nhi
170 ldd $nhi($Hll),$Tll
171 ldd $nhi($Hhh),$Thh
173 and $mask0xf0,$nlo,$nhi
198 ldd $nhi($Hll),$Tll
199 ldd $nhi(
[all...]
H A Dghash-s390x.pl66 $nhi="%r9";
165 lgr $nhi,$Zlo
167 ngr $nhi,$tmp
181 xg $Zlo,8($nhi,$Htbl)
182 xg $Zhi,0($nhi,$Htbl)
183 lgr $nhi,$xi
207 xg $Zlo,8($nhi,$Htbl)
208 xg $Zhi,0($nhi,$Htbl)
209 lgr $nhi,$xi
229 xg $Zlo,8($nhi,
[all...]
H A Dghash-ia64.pl273 and $xi[1]=-16,$xi[1] };; //(p17) nhi=xi&0xf0
279 add $Btbl=$xi[1],$Htbl };; //(p17) &Htable[nhi].lo
285 ld8 $rem[0]=[$Btbl],-256 //(p18) Htable[nhi].lo,&Hshr4[nhi].lo
289 { .mfi; shladd $rem[0]=$rem[0],4,r0 //(p18) Htable[nhi].lo<<4
291 { .mmi; ld8 $Blo=[$Btbl],8 //(p18) Hshr4[nhi].lo,&Hshr4[nhi].hi
293 { .mmi; xor $rem[0]=$rem[0],$Zlo //(p18) Z.lo^(Htable[nhi].lo<<4)
295 and $xi[1]=-16,$xi[1] };; //(p17) nhi=xi&0xf0
296 { .mmi; ld8 $Bhi=[$Btbl] //(p18) Hshr4[nhi]
[all...]
H A Dghash-sparcv9.pl64 $nhi="%l0"; # small values and pointers
109 and $nlo,0xf0,$nhi
117 ldx [$Htblo+$nhi],$Tlo
119 ldx [$Htbl+$nhi],$Thi
131 and $nlo,0xf0,$nhi
153 ldx [$Htblo+$nhi],$Tlo
156 ldx [$Htbl+$nhi],$Thi
162 and $nlo,0xf0,$nhi
189 ldx [$Htblo+$nhi],$Tlo
192 ldx [$Htbl+$nhi],
[all...]
H A Dghash-x86.pl369 my $nhi = $Zhl;
376 &mov ($nhi,$Zll);
377 &mov (&LB($nlo),&LB($nhi));
379 &and ($nhi,0xf0);
386 my $nix = $odd ? $nlo : $nhi;
395 &and ($nhi,0xf0) if ($odd);
399 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
515 my $nhi = $Zhl;
523 &mov ($nhi,$Zll);
524 &mov (&LB($nlo),&LB($nhi));
[all...]
H A Dghash-x86_64.pl119 $nhi="%rbx";
152 xor $nhi,$nhi
154 mov `&LB("$Zlo")`,`&LB("$nhi")`
159 and \$0xf0,`&LB("$nhi")`
170 xor 8($Htbl,$nhi),$Zlo
172 xor ($Htbl,$nhi),$Zhi
173 mov `&LB("$nlo")`,`&LB("$nhi")`
188 and \$0xf0,`&LB("$nhi")`
203 and \$0xf0,`&LB("$nhi")`
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl78 $nhi="%r10";
136 mlgr $nhi,$mn0 # np[0]*m1
139 alcgr $NHI,$nhi
155 mlgr $nhi,$mn0 # np[j]*m1
158 alcgr $nhi,$NHI # +="tp[j]"
160 alcgr $NHI,$nhi
188 mlgr $nhi,$mn0 # np[0]*m1
191 alcgr $NHI,$nhi
209 mlgr $nhi,$mn0 # np[j]*m1
212 alcgr $nhi,
[all...]
H A Dmips3-mont.pl40 $nhi="s3";
114 mfhi $nhi
132 daddu $hi1,$nhi,s7
144 mfhi $nhi
156 daddu $hi1,$nhi,s7
201 mfhi $nhi
220 daddu $hi1,$nhi,s7
235 mfhi $nhi
251 daddu $hi1,$nhi,AT
H A Dppc-mont.pl106 $nhi="r0";
173 $UMULH $nhi,$nj,$m1
186 addze $hi1,$nhi
189 $UMULH $nhi,$nj,$m1
201 addze $hi1,$nhi
234 $UMULH $nhi,$nj,$m1
248 addze $hi1,$nhi
253 $UMULH $nhi,$nj,$m1
268 addze $hi1,$nhi
H A Dsparcv9a-mont.pl112 $nlo="%f20"; $nlo_="%f21"; $nhi="%f22"; $nhi_="%f23";
201 fzeros $nhi
211 fxtod $nhi,$nhi
229 std $nhi,[$np_h+$j]
244 fmuld $nhi,$na,$nhia
247 fmuld $nhi,$nb,$nhib
250 fmuld $nhi,$nc,$nhic
253 fmuld $nhi,$nd,$nhid
282 fzeros $nhi
[all...]
H A Darmv4-mont.pl58 $nhi="r14"; # lr
137 mov $nhi,#0
138 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0
141 adc $nlo,$nhi,#0
147 mov $nhi,#0
149 adc $nhi,$nhi,#0
151 str $nhi,[$num,#4] @ tp[num]=
178 mov $nhi,#0
179 umlal $nlo,$nhi,
[all...]
H A Dia64-mont.pl120 .rotf alo[6],nlo[4],ahi[8],nhi[6]
161 fcvt.fxu.s1 nhi[1]=f0
174 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1]
177 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
185 getf.sig n[0]=nhi[4]
232 fcvt.fxu.s1 nhi[1]=f0
258 (p20) xma.hu nhi[0]=nlo[2],m0,nhi[1]
261 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[
[all...]
H A Dmips-mont.pl108 $nhi=$s7;
199 mfhi $nhi
217 $ADDU $hi1,$nhi,$t0
229 mfhi $nhi
241 $ADDU $hi1,$nhi,$t0
286 mfhi $nhi
305 $ADDU $hi1,$nhi,$t0
320 mfhi $nhi
336 $ADDU $hi1,$nhi,$at
H A Dvis3-mont.pl140 umulxhi $nj, $m1, $nj ! nhi=nj
161 addxc $nj, %g0, $hi1 ! nhi=nj
173 umulxhi $nj, $m1, $nj ! nhi=nj
231 umulxhi $nj, $m1, $nj ! nhi=nj
244 addxc $nj, %g0, $hi1 ! nhi=nj
251 umulxhi $nj, $m1, $nj ! nhi=nj
266 addxc $nj, %g0, $hi1 ! nhi=nj
H A Dsparct4-mont.pl740 umulxhi $nj, $m1, $nj ! nhi=nj
754 addxc $nj, %g0, $hi1 ! nhi=nj
763 umulxhi $nj, $m1, $nj ! nhi=nj
819 umulxhi $nj, $m1, $nj ! nhi=nj
833 addxc $nj, %g0, $hi1 ! nhi=nj
840 umulxhi $nj, $m1, $nj ! nhi=nj
855 addxc $nj, %g0, $hi1 ! nhi=nj
991 umulxhi $nj, $m1, $nj ! nhi=nj
1005 addxc $nj, %g0, $hi1 ! nhi=nj
1014 umulxhi $nj, $m1, $nj ! nhi
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/
H A Dgcm128.c355 size_t rem, nlo, nhi; local
364 nhi = nlo >> 4;
379 Z.hi ^= Htable[nhi].hi;
380 Z.lo ^= Htable[nhi].lo;
386 nhi = nlo >> 4;
436 size_t rem, nlo, nhi; local
449 nhi = nlo >> 4;
464 Z.hi ^= Htable[nhi].hi;
465 Z.lo ^= Htable[nhi].lo;
472 nhi
[all...]
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghash-armv4.S55 ldmia r11,{r8-r11} @ load Htbl[nhi]
91 ldmia r11,{r8-r11} @ load Htbl[nhi]
200 ldmia r11,{r8-r11} @ load Htbl[nhi]
234 ldmia r11,{r8-r11} @ load Htbl[nhi]

Completed in 140 milliseconds