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

  /external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 104 $nhi="r14";
178 ldrb $nhi,[$Xi,#15]
180 eor $nlo,$nlo,$nhi
181 and $nhi,$nlo,#0xf0
187 add $Thh,$Htbl,$nhi
190 and $nhi,$Zll,#0xf @ rem
191 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
192 add $nhi,$nhi,$nhi
    [all...]
ghash-x86.pl 369 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...]
ghash-x86_64.pl 107 $nhi="%rbx";
140 xor $nhi,$nhi
142 mov `&LB("$Zlo")`,`&LB("$nhi")`
147 and \$0xf0,`&LB("$nhi")`
158 xor 8($Htbl,$nhi),$Zlo
160 xor ($Htbl,$nhi),$Zhi
161 mov `&LB("$nlo")`,`&LB("$nhi")`
176 and \$0xf0,`&LB("$nhi")`
191 and \$0xf0,`&LB("$nhi")`
    [all...]
  /external/boringssl/src/crypto/bn/asm/
armv4-mont.pl 70 $nhi="r14"; # lr
154 mov $nhi,#0
155 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0
158 adc $nlo,$nhi,#0
164 mov $nhi,#0
166 adc $nhi,$nhi,#0
168 str $nhi,[$num,#4] @ tp[num]=
195 mov $nhi,#0
196 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n
    [all...]
armv8-mont.pl 48 $lo1,$hi1,$nj,$m1,$nlo,$nhi,
108 umulh $nhi,$nj,$m1
121 adc $hi1,$nhi,xzr
127 umulh $nhi,$nj,$m1
138 adc $hi1,$nhi,xzr
170 umulh $nhi,$nj,$m1
183 adc $hi1,$nhi,xzr
192 umulh $nhi,$nj,$m1
205 adcs $hi1,$nhi,$ovf
    [all...]
  /external/boringssl/src/crypto/modes/
gcm.c 157 size_t rem, nlo, nhi; local
164 nhi = nlo >> 4;
180 Z.hi ^= Htable[nhi].hi;
181 Z.lo ^= Htable[nhi].lo;
188 nhi = nlo >> 4;
235 size_t rem, nlo, nhi; local
245 nhi = nlo >> 4;
261 Z.hi ^= Htable[nhi].hi;
262 Z.lo ^= Htable[nhi].lo;
270 nhi = nlo >> 4
    [all...]
  /external/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 57 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
93 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
203 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
237 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]

Completed in 94 milliseconds