Home
last modified time | relevance | path

Searched refs:Xi (Results 1 – 25 of 142) sorted by relevance

123456

/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghash-x86_64.pl126 $Xi="%rdi";
240 movzb 15($Xi),$Zlo
243 &loop ($Xi);
245 mov $Zlo,8($Xi)
246 mov $Zhi,($Xi)
309 &mov ($Zlo,"8($Xi)");
310 &mov ($Zhi,"0($Xi)");
320 &mov ("($Xi)",$Zhi);
321 &mov ("8($Xi)","%rdx");
356 &mov ($dat,"$j($Xi)") if (--$j%4==0);
[all …]
Dghash-x86.pl605 ($Xi,$Xhi)=("xmm0","xmm1"); $Hkey="xmm2";
612 my ($Xhi,$Xi,$Hkey,$HK)=@_;
614 &movdqa ($Xhi,$Xi); #
615 &pshufd ($T1,$Xi,0b01001110);
617 &pxor ($T1,$Xi); #
621 &pclmulqdq ($Xi,$Hkey,0x00); #######
624 &xorps ($T1,$Xi); #
631 &pxor ($Xi,$T2); #
640 my ($Xhi,$Xi,$Hkey)=@_;
642 &movdqa ($T1,$Xi); #
[all …]
Daesni-gcm-x86_64.pl77 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8));
152 vpxor $Z0,$Xi,$Xi # modulo-scheduled
163 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi]
227 vpxor 0x70+8(%rsp),$Xi,$Xi # accumulate I[0]
241 vpclmulqdq \$0x10,$Hkey,$Xi,$Z1
244 vpclmulqdq \$0x01,$Hkey,$Xi,$T1
248 vpclmulqdq \$0x00,$Hkey,$Xi,$T2
251 vpclmulqdq \$0x11,$Hkey,$Xi,$Xi
266 vpxor $Xi,$Z3,$Z3
356 vmovdqu $Z3,16+8(%rsp) # postpone vpxor $Z3,$Xi,$Xi
[all …]
Dghash-armv4.pl96 $Xi="r0"; # argument block
124 str $_,[$Xi,#$i]
126 str $_,[$Xi,#$i]
129 strb $_,[$Xi,#$i+3]
131 strb $Tlh,[$Xi,#$i+2]
133 strb $Thl,[$Xi,#$i+1]
134 strb $Thh,[$Xi,#$i]
202 ldrb $nhi,[$Xi,#15]
220 ldrb $nhi,[$Xi,#14]
259 ldrplb $Tll,[$Xi,$cnt]
[all …]
Dghashv8-armx.pl53 $Xi="x0"; # argument block
150 vld1.64 {$t1},[$Xi] @ load Xi
183 vst1.64 {$Xl},[$Xi] @ write out Xi
207 vld1.64 {$Xl},[$Xi] @ load [rotated] Xi
340 vst1.64 {$Xl},[$Xi] @ write out Xi
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c130 static void gcm_gmult_4bit(uint64_t Xi[2], const u128 Htable[16]) { in gcm_gmult_4bit()
135 nlo = ((const uint8_t *)Xi)[15]; in gcm_gmult_4bit()
159 nlo = ((const uint8_t *)Xi)[cnt]; in gcm_gmult_4bit()
176 Xi[0] = CRYPTO_bswap8(Z.hi); in gcm_gmult_4bit()
177 Xi[1] = CRYPTO_bswap8(Z.lo); in gcm_gmult_4bit()
185 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], in gcm_ghash_4bit()
193 nlo = ((const uint8_t *)Xi)[15]; in gcm_ghash_4bit()
218 nlo = ((const uint8_t *)Xi)[cnt]; in gcm_ghash_4bit()
236 Xi[0] = CRYPTO_bswap8(Z.hi); in gcm_ghash_4bit()
237 Xi[1] = CRYPTO_bswap8(Z.lo); in gcm_ghash_4bit()
[all …]
Dinternal.h99 typedef void (*gmult_func)(uint64_t Xi[2], const u128 Htable[16]);
104 typedef void (*ghash_func)(uint64_t Xi[2], const u128 Htable[16],
117 } Yi, EKi, EK0, len, Xi; member
/external/boringssl/src/crypto/fipsmodule/sha/asm/
Dsha1-armv4-large.pl106 $Xi="r14";
112 ldr $t0,[$Xi,#15*4]
113 ldr $t1,[$Xi,#13*4]
114 ldr $t2,[$Xi,#7*4]
116 ldr $t3,[$Xi,#2*4]
123 str $t0,[$Xi,#-4]!
156 str $t0,[$Xi,#-4]!
221 mov $Xi,sp
234 teq $Xi,$t3
236 teq $Xi,sp
[all …]
Dsha1-x86_64.pl452 my $Xi=4;
582 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
617 &movdqa (@Tx[2],eval(2*16*(($Xi)/5)-64)."($K_XX_XX)"); # K_XX_XX
623 &pshufd (@Tx[1],@X[-1&7],0xee) if ($Xi==7); # was &movdqa (@Tx[0],@X[-1&7]) in Xupdate_ssse3_32_79
627 $Xi++; push(@X,shift(@X)); # "rotate" X[]
637 eval(shift(@insns)) if ($Xi==8);
639 eval(shift(@insns)) if ($Xi==8);
651 if ($Xi%5) {
654 &movdqa (@Tx[2],eval(2*16*($Xi/5)-64)."($K_XX_XX)");
670 &movdqa (eval(16*(($Xi-1)&3))."(%rsp)",@Tx[1]); # X[]+K xfer to IALU
[all …]
Dsha1-586.pl554 my $Xi=4; # 4xSIMD Xupdate round, start pre-seeded
683 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]);# save X[] to backtrace buffer
701 &movdqa (&QWP(0+16*(($Xi-1)&3),"esp"),@X[3]); # X[]+K xfer to IALU
730 &movdqa (@X[2],&QWP(64+16*(($Xi-6)%3),"esp")) if ($Xi>5); # restore X[] from backtrace buffer
738 &movdqa (@X[4],&QWP(112-16+16*(($Xi)/5),"esp")); # K_XX_XX
743 &pshufd (@X[1],@X[-3&7],0xee) if ($Xi<7); # was &movdqa (@X[1],@X[-2&7])
744 &pshufd (@X[3],@X[-1&7],0xee) if ($Xi==7);
750 $Xi++; push(@X,shift(@X)); # "rotate" X[]
767 &movdqa (&QWP(64+16*(($Xi-4)%3),"esp"),@X[-4&7]); # save X[] to backtrace buffer
771 if ($Xi%5) {
[all …]
/external/boringssl/ios-arm/crypto/fipsmodule/
Dghashv8-armx32.S67 vld1.64 {q9},[r0] @ load Xi
76 .byte 0x86,0x0e,0xa8,0xf2 @ pmull q0,q12,q3 @ H.lo·Xi.lo
78 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi
79 .byte 0xa2,0x2e,0xaa,0xf2 @ pmull q1,q13,q9 @ (H.lo+H.hi)·(Xi.lo+Xi.hi)
100 vst1.64 {q0},[r0] @ write out Xi
112 vld1.64 {q0},[r0] @ load [rotated] Xi
132 vext.8 q0,q0,q0,#8 @ rotate Xi
146 veor q3,q3,q0 @ I[i]^=Xi
156 .byte 0x86,0x0e,0xac,0xf2 @ pmull q0,q14,q3 @ H^2.lo·Xi.lo
161 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi·Xi.hi
[all …]
Dghash-armv4.S399 vld1.64 d7,[r0]! @ load Xi
420 vld1.64 d1,[r0]! @ load Xi
437 veor q3,q0 @ inp^=Xi
580 vst1.64 d1,[r0]! @ write out Xi
/external/boringssl/linux-arm/crypto/fipsmodule/
Dghashv8-armx32.S64 vld1.64 {q9},[r0] @ load Xi
73 .byte 0x86,0x0e,0xa8,0xf2 @ pmull q0,q12,q3 @ H.lo·Xi.lo
75 .byte 0x87,0x4e,0xa9,0xf2 @ pmull2 q2,q12,q3 @ H.hi·Xi.hi
76 .byte 0xa2,0x2e,0xaa,0xf2 @ pmull q1,q13,q9 @ (H.lo+H.hi)·(Xi.lo+Xi.hi)
97 vst1.64 {q0},[r0] @ write out Xi
107 vld1.64 {q0},[r0] @ load [rotated] Xi
127 vext.8 q0,q0,q0,#8 @ rotate Xi
141 veor q3,q3,q0 @ I[i]^=Xi
151 .byte 0x86,0x0e,0xac,0xf2 @ pmull q0,q14,q3 @ H^2.lo·Xi.lo
156 .byte 0x87,0x4e,0xad,0xf2 @ pmull2 q2,q14,q3 @ H^2.hi·Xi.hi
[all …]
Dghash-armv4.S390 vld1.64 d7,[r0]! @ load Xi
409 vld1.64 d1,[r0]! @ load Xi
426 veor q3,q0 @ inp^=Xi
569 vst1.64 d1,[r0]! @ write out Xi
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h121 Packet Xi = pload <Packet>(resIt); in run() local
123 Xi = pcj0.pmadd(A0i,ptmp0, pcj0.pmadd(A1i,ptmp1,Xi)); in run()
126 pstore(resIt,Xi); resIt += PacketSize; in run()
/external/icu/icu4c/source/data/translit/
DLatin_ConjoiningJamo.txt170 # separator between the first and second "x" if XXf, Xf, and Xi all
172 # transliteration to A XXf Xi.
207 # where Xi also exists, must be transliterated as "ax-e" to prevent
208 # the round trip conversion to A Xi E.
240 # Split doubles. Text of the form A Xi Xf E, where XXi also occurs,
290 # to transliterate as A Xi E rather than A Xf IEUNG E.
305 # (XXi), and also Xi and Xf exist (true of all digraphs XX), we want
306 # to transliterate as A XXi E, rather than split to A Xf Xi E.
/external/skqp/third_party/angle2/
DBUILD.gn113 "Xi",
/external/skia/third_party/angle2/
DBUILD.gn113 "Xi",
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties149 # Xi 926
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D5d6e9210f16ee7a7d7756125fd71a74a.00001684.honggfuzz.cov21 轆N� ��K�c��՞�Z�4"�KM�~^�h+0�'��I�����Xi��Sp� �<����GIh�0�-�CǘN��}�I�qAI�h�t�2ؑ�l �CGFZ����…
D10aa57373cd979aea5a5d2e5685b3f75.00003dec.honggfuzz.cov31 ��WUSWv\Ja�⡦��x�-4�ဋ�9zR���aWԐ�G�ع��S��-Цj�l���p�K[Xi�u�#̜`�����~lf��o�Ÿ�Gd/��>�弛^4R…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D5d6e9210f16ee7a7d7756125fd71a74a.00001684.honggfuzz.cov21 轆N� ��K�c��՞�Z�4"�KM�~^�h+0�'��I�����Xi��Sp� �<����GIh�0�-�CǘN��}�I�qAI�h�t�2ؑ�l �CGFZ����…
D10aa57373cd979aea5a5d2e5685b3f75.00003dec.honggfuzz.cov31 ��WUSWv\Ja�⡦��x�-4�ဋ�9zR���aWԐ�G�ع��S��-Цj�l���p�K[Xi�u�#̜`�����~lf��o�Ÿ�Gd/��>�弛^4R…
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_uyvy.miff41Xi�N_�LM_&'<4$F>.]`:|Yk�Yl�Zr�i}�t�����gz_M`E57/57/<<7@@;EA=FB>FB;GC<MB4H=/F;,G<-B;0@9.:6/95.?8)…
/external/clang/include/clang/AST/
DCommentHTMLNamedCharacterReferences.td112 def : NCR<"Xi", 0x0039E>;

123456