HomeSort by relevance Sort by last modified time
    Searched refs:nhi (Results 26 - 36 of 36) sorted by null

12

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ppc-mont.pl 106 $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
ia64-mont.pl 120 .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[1
    [all...]
sparcv9a-mont.pl 112 $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...]
  /external/openssl/crypto/bn/asm/
mips-mont.pl 108 $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
ppc-mont.pl 106 $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
ia64-mont.pl 120 .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[1
    [all...]
sparcv9a-mont.pl 112 $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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-armv4.S 48 ldmia r11,{r8-r11} @ load Htbl[nhi]
84 ldmia r11,{r8-r11} @ load Htbl[nhi]
193 ldmia r11,{r8-r11} @ load Htbl[nhi]
227 ldmia r11,{r8-r11} @ load Htbl[nhi]
  /external/openssl/crypto/modes/asm/
ghash-armv4.S 48 ldmia r11,{r8-r11} @ load Htbl[nhi]
84 ldmia r11,{r8-r11} @ load Htbl[nhi]
193 ldmia r11,{r8-r11} @ load Htbl[nhi]
227 ldmia r11,{r8-r11} @ load Htbl[nhi]
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c 339 size_t rem, nlo, nhi; local
343 nhi = nlo>>4;
358 Z.hi ^= Htable[nhi].hi;
359 Z.lo ^= Htable[nhi].lo;
364 nhi = nlo>>4;
411 size_t rem, nlo, nhi; local
419 nhi = nlo>>4;
434 Z.hi ^= Htable[nhi].hi;
435 Z.lo ^= Htable[nhi].lo;
441 nhi = nlo>>4
    [all...]
  /external/openssl/crypto/modes/
gcm128.c 339 size_t rem, nlo, nhi; local
343 nhi = nlo>>4;
358 Z.hi ^= Htable[nhi].hi;
359 Z.lo ^= Htable[nhi].lo;
364 nhi = nlo>>4;
411 size_t rem, nlo, nhi; local
419 nhi = nlo>>4;
434 Z.hi ^= Htable[nhi].hi;
435 Z.lo ^= Htable[nhi].lo;
441 nhi = nlo>>4
    [all...]

Completed in 399 milliseconds

12