| /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/ |
| poly1305-s390x.pl | 128 my ($d0hi,$d0lo,$d1hi,$d1lo,$t0,$h0,$t1,$h1,$h2) = map("%r$_",(6..14)); 141 lg ($h0,"0($ctx)"); # load hash value 167 algr ($d0lo,$h0); # accumulate input 171 lgr ($h0,$d0lo); 172 mlgr ($d0hi,$r0); # h0*r0 -> $d0hi:$d0lo 176 mlgr ($t0,$r1); # h0*r1 -> $t0:$h0 184 algr ($h1,$h0); 196 lghi ($h0,-4); # final reduction step 197 ngr ($h0,$h2) [all...] |
| poly1305-x86_64.pl | 105 my ($h0,$h1,$h2)=("%r14","%rbx","%rbp"); 108 # input: copy of $r1 in %rax, $h0-$h2, $r0-$r1 109 # output: $h0-$h2 *= $r0-$r1 111 mulq $h0 # h0*r1 116 mulq $h0 # h0*r0 117 mov %rax,$h0 # future $h0 128 add %rax,$h0 [all...] |
| poly1305-armv4.pl | 177 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 194 ldmia $ctx,{$h0-$r3} @ load context 220 adds $h0,$h0,r3 @ accumulate input 261 adds $h0,$h0,r0 @ accumulate input 273 umull r0,r1,$h0,$r0 281 umlal r2,r3,$h0,$r1 282 str r0,[sp,#0] @ future $h0 299 umlal r0,r1,$h0,$r [all...] |
| poly1305-ppc.pl | 103 my ($h0,$h1,$h2,$d0,$d1,$d2, $r0,$r1,$s1, $t0,$t1) = map("r$_",(7..12,27..31)); 123 li $h0,4 126 lwbrx $h0,$h0,$inp 130 insrdi $d0,$h0,32,0 137 ori $h0,$h1,3 # 0x0ffffffc0fffffff 139 and $d0,$d0,$h0 171 ld $h0,0($ctx) # load hash value 202 addc $h0,$h0,$t0 # accumulate inpu [all...] |
| poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 66 STDW B9:B8,*${CTXA}[0] ; initialize h1:h0 119 || [A2] LDDW *${S3b}[0],B25:B24 ; load h1:h0 136 ADDU $D0,B24,$D0:$H0 ; h0+=inp[0] 137 || ADD $D0,B24,B27 ; B-copy of h0+inp[0] 148 MPY32U $H0,$R0,A17:A16 149 || MPY32U B27,$R1,B17:B16 ; MPY32U $H0,$R1,B17:B16 153 MPY32U $H0,$R2,A19:A18 154 || MPY32U B27,$R3,B19:B18 ; MPY32U $H0,$R3,B19:B1 [all...] |
| poly1305-sparcv9.pl | 51 my ($h0,$h1,$h2,$h3, $t0,$t1,$t2) = map("%o$_",(0..5,7)); 109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 114 srlx $h0,$shr,$h0 117 or $t2,$h0,$h0 122 and $t0,$h0,$h0 124 stx $h0,[$ctx+32+0] ! store key 162 ld [$ctx+4],$h0 [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| poly1305-s390x.pl | 128 my ($d0hi,$d0lo,$d1hi,$d1lo,$t0,$h0,$t1,$h1,$h2) = map("%r$_",(6..14)); 141 lg ($h0,"0($ctx)"); # load hash value 167 algr ($d0lo,$h0); # accumulate input 171 lgr ($h0,$d0lo); 172 mlgr ($d0hi,$r0); # h0*r0 -> $d0hi:$d0lo 176 mlgr ($t0,$r1); # h0*r1 -> $t0:$h0 184 algr ($h1,$h0); 196 lghi ($h0,-4); # final reduction step 197 ngr ($h0,$h2) [all...] |
| poly1305-x86_64.pl | 105 my ($h0,$h1,$h2)=("%r14","%rbx","%rbp"); 108 # input: copy of $r1 in %rax, $h0-$h2, $r0-$r1 109 # output: $h0-$h2 *= $r0-$r1 111 mulq $h0 # h0*r1 116 mulq $h0 # h0*r0 117 mov %rax,$h0 # future $h0 128 add %rax,$h0 [all...] |
| poly1305-armv4.pl | 177 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 194 ldmia $ctx,{$h0-$r3} @ load context 220 adds $h0,$h0,r3 @ accumulate input 261 adds $h0,$h0,r0 @ accumulate input 273 umull r0,r1,$h0,$r0 281 umlal r2,r3,$h0,$r1 282 str r0,[sp,#0] @ future $h0 299 umlal r0,r1,$h0,$r [all...] |
| poly1305-ppc.pl | 103 my ($h0,$h1,$h2,$d0,$d1,$d2, $r0,$r1,$s1, $t0,$t1) = map("r$_",(7..12,27..31)); 123 li $h0,4 126 lwbrx $h0,$h0,$inp 130 insrdi $d0,$h0,32,0 137 ori $h0,$h1,3 # 0x0ffffffc0fffffff 139 and $d0,$d0,$h0 171 ld $h0,0($ctx) # load hash value 202 addc $h0,$h0,$t0 # accumulate inpu [all...] |
| poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 66 STDW B9:B8,*${CTXA}[0] ; initialize h1:h0 119 || [A2] LDDW *${S3b}[0],B25:B24 ; load h1:h0 136 ADDU $D0,B24,$D0:$H0 ; h0+=inp[0] 137 || ADD $D0,B24,B27 ; B-copy of h0+inp[0] 148 MPY32U $H0,$R0,A17:A16 149 || MPY32U B27,$R1,B17:B16 ; MPY32U $H0,$R1,B17:B16 153 MPY32U $H0,$R2,A19:A18 154 || MPY32U B27,$R3,B19:B18 ; MPY32U $H0,$R3,B19:B1 [all...] |
| poly1305-sparcv9.pl | 51 my ($h0,$h1,$h2,$h3, $t0,$t1,$t2) = map("%o$_",(0..5,7)); 109 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 114 srlx $h0,$shr,$h0 117 or $t2,$h0,$h0 122 and $t0,$h0,$h0 124 stx $h0,[$ctx+32+0] ! store key 162 ld [$ctx+4],$h0 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/ |
| poly1305-x86_64.pl | 103 my ($h0,$h1,$h2)=("%r14","%rbx","%rbp"); 106 # input: copy of $r1 in %rax, $h0-$h2, $r0-$r1 107 # output: $h0-$h2 *= $r0-$r1 109 mulq $h0 # h0*r1 114 mulq $h0 # h0*r0 115 mov %rax,$h0 # future $h0 126 add %rax,$h0 [all...] |
| poly1305-armv4.pl | 182 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12)); 199 ldmia $ctx,{$h0-$r3} @ load context 225 adds $h0,$h0,r3 @ accumulate input 266 adds $h0,$h0,r0 @ accumulate input 278 umull r0,r1,$h0,$r0 286 umlal r2,r3,$h0,$r1 287 str r0,[sp,#0] @ future $h0 304 umlal r0,r1,$h0,$r [all...] |
| poly1305-c64xplus.pl | 33 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 67 STDW B9:B8,*${CTXA}[0] ; initialize h1:h0 120 || [A2] LDDW *${S3b}[0],B25:B24 ; load h1:h0 137 ADDU $D0,B24,$D0:$H0 ; h0+=inp[0] 138 || ADD $D0,B24,B27 ; B-copy of h0+inp[0] 149 MPY32U $H0,$R0,A17:A16 150 || MPY32U B27,$R1,B17:B16 ; MPY32U $H0,$R1,B17:B16 154 MPY32U $H0,$R2,A19:A18 155 || MPY32U B27,$R3,B19:B18 ; MPY32U $H0,$R3,B19:B1 [all...] |
| poly1305-sparcv9.pl | 49 my ($h0,$h1,$h2,$h3, $t0,$t1,$t2) = map("%o$_",(0..5,7)); 107 ldxa [$inp+%g0]0x88,$h0 ! load little-endian key 112 srlx $h0,$shr,$h0 115 or $t2,$h0,$h0 120 and $t0,$h0,$h0 122 stx $h0,[$ctx+32+0] ! store key 160 ld [$ctx+4],$h0 [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-color-helper.cpp | 151 static double interpolateHue(double H0, double H1, double T) { 152 double D = H1 - H0; 153 if (H0 > H1) { 154 std::swap(H0, H1); 161 return H0 + T * (H1 - H0); 163 H0 = H0 + 360; 164 return std::fmod(H0 + T * (H1 - H0) + 720, 360) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 64 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 78 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 91 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 106 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 163 XORMPY $H0,$xia,$H0x ; 0 ; H·(Xi[i]<<1)
|
| /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 33 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 64 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 78 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 91 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 106 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 163 XORMPY $H0,$xia,$H0x ; 0 ; H·(Xi[i]<<1)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/ |
| ghash-c64xplus.pl | 34 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3, 65 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 79 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 92 LDDW *${Htable}[-1],$H1:$H0 ; H.lo 107 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes 164 XORMPY $H0,$xia,$H0x ; 0 ; H·(Xi[i]<<1)
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| poly1305_sse2.c | 206 xmmi H0, H1, H2, H3, H4; 228 H0 = _mm_and_si128(MMASK, T5); 242 H0 = _mm_shuffle_epi32(T0, _MM_SHUFFLE(1, 1, 0, 0)); 341 v04 = H0; 356 v14 = H0; 376 v24 = H0; 379 v34 = H0; 387 v44 = H0; 524 H0 = T0; 577 v04 = H0; 686 uint64_t h0, h1, h2, g0, g1, g2, c, nc; local 806 uint64_t h0, h1, h2; local [all...] |
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| env.cpp | 423 hunits x = H0; 456 hunits x = translate_space_to_dummy ? H0 : space_width; 461 hunits xx = translate_space_to_dummy ? H0 : sentence_space_width; 675 hyphenation_space(H0), 676 hyphenation_margin(H0), 991 return H0; 999 return H0; 1025 hunits n = line == 0 ? H0 : width_total; 1355 if (temp < H0) { 1357 temp = H0; [all...] |
| node.cpp | 2490 return H0; 2556 hunits x = H0; 2574 return none ? none->italic_correction() : H0; 2579 return none ? none->subscript_correction() : H0; 2805 n = new space_node(H0, col, n); 2811 n = new space_node(H0, col, n); 2943 return x < H0 ? H0 : x; 2969 return n == 0 ? H0 : n->width(); 3029 : list(0), max_width(H0) [all...] |
| hvunits.h | 79 extern hunits H0;
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64CallingConvention.cpp | 26 static const MCPhysReg HRegList[] = {AArch64::H0, AArch64::H1, AArch64::H2,
|