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

  /external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 102 $nlo="r12";
178 ldrb $nlo,[$inp,#15]
181 eor $nlo,$nlo,$nhi
182 and $nhi,$nlo,#0xf0
183 and $nlo,$nlo,#0x0f
186 add $Zhh,$Htbl,$nlo,lsl#4
187 ldmia $Zhh,{$Zll-$Zhh} @ load Htbl[nlo]
189 ldrb $nlo,[$inp,#14
    [all...]
ghash-x86.pl 370 my $nlo = $Zlh;
375 &xor ($nlo,$nlo); # avoid partial register stalls on PIII
377 &mov (&LB($nlo),&LB($nhi));
378 &shl (&LB($nlo),4);
380 &movq ($Zlo,&QWP(8,$Htbl,$nlo));
381 &movq ($Zhi,&QWP(0,$Htbl,$nlo));
386 my $nix = $odd ? $nlo : $nhi;
388 &shl (&LB($nlo),4) if ($odd);
393 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0)
    [all...]
ghash-x86_64.pl 118 $nlo="%rax";
151 xor $nlo,$nlo
153 mov `&LB("$Zlo")`,`&LB("$nlo")`
155 shl \$4,`&LB("$nlo")`
157 mov 8($Htbl,$nlo),$Zlo
158 mov ($Htbl,$nlo),$Zhi
168 mov ($inp,$cnt),`&LB("$nlo")`
173 mov `&LB("$nlo")`,`&LB("$nhi")`
176 shl \$4,`&LB("$nlo")`
    [all...]
  /external/boringssl/src/crypto/bn/asm/
armv4-mont.pl 68 $nlo="r12"; # ip
144 mov $nlo,#0
145 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]"
155 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0
156 adds $nlo,$nlo,$alo
157 str $nlo,[$tp],#4 @ tp[j-1]=,tp++
158 adc $nlo,$nhi,#0
162 adds $nlo,$nlo,$ah
    [all...]
  /external/boringssl/src/crypto/modes/
gcm.c 155 size_t rem, nlo, nhi; local
161 nlo = ((const uint8_t *)Xi)[15];
162 nhi = nlo >> 4;
163 nlo &= 0xf;
165 Z.hi = Htable[nlo].hi;
166 Z.lo = Htable[nlo].lo;
185 nlo = ((const uint8_t *)Xi)[cnt];
186 nhi = nlo >> 4;
187 nlo &= 0xf;
198 Z.hi ^= Htable[nlo].hi
233 size_t rem, nlo, nhi; local
    [all...]
  /external/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 52 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
78 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]
198 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
222 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 1483 final View nlo = mStatusBarView.findViewById(R.id.notification_lights_out); local
    [all...]

Completed in 277 milliseconds