/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 636 vmovd %rdx#d,$H1 739 vmovd %rdx#d,$H1 773 vmovd 4*1($ctx),$H1 914 vmovdqa $H1,0x10(%r11) # 915 vpmuludq $T3,$H2,$H1 # h3*r1 917 vpaddq $H1,$D4,$D4 # d4 += h3*r1 920 vpmuludq $T1,$H2,$H1 # h1*r1 923 vpaddq $H1,$D2,$D2 # d2 += h1*r1 931 vpmuludq $T1,$H3,$H1 # h [all...] |
H A D | poly1305-armv4.pl | 444 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 531 @ H0>>+H1>>+H2>>+H3>>+H4 532 @ H3>>+H4>>*5+H0>>+H1 545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4 552 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, 747 vld4.32 {$H0#lo[0],$H1#lo[0],$H2#lo[0],$H3#lo[0]},[$inp]! 755 vrev32.8 $H1,$H1 766 vsri.u32 $H2#lo,$H1#lo,#20 767 vshl.u32 $H1#l [all...] |
H A D | poly1305-ppc.pl | 765 my ($H0, $H1, $H2, $H3, $H4) = map("v$_",(0..4)); 997 mtvrwz $H1,$d1 1058 vmulouw $ACC1,$H1,$R0 1067 vmulouw $T0,$H1,$R1 1080 vmulouw $T0,$H1,$R2 1093 vmulouw $T0,$H1,$R3 1096 vmulouw $T0,$H1,$S4 1112 vsrd $H1,$ACC0,$_26 1116 vaddudm $H1,$H1, [all...] |
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 139 ADDU $D1,B25,$D1:$H1 ; h1+=inp[1] 150 || ADDU $D0,$D1:$H1,B25:B24 ; ADDU $D0,$D1:$H1,$D1:$H1 155 || ADD $D0,$H1,A24 ; A-copy of B24 159 MPY32U A24,$S3,A21:A20 ; MPY32U $H1,$S3,A21:A20 160 || MPY32U B24,$R0b,B21:B20 ; MPY32U $H1,$R0,B21:B20 164 MPY32U A24,$R1,A23:A22 ; MPY32U $H1,$R1,A23:A22 165 || MPY32U B24,$R2,B23:B22 ; MPY32U $H1, [all...] |
H A D | poly1305-armv8.pl | 219 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 408 fmov ${H1},x11 457 fmov ${H1},x11 638 add $IN01_1,$IN01_1,$H1 704 xtn $H1,$ACC1 713 bic $H1,#0xfc,lsl#24 722 add $H1,$H1,$T0.2s // h0 -> h1 740 add $IN23_1,$IN01_1,$H1 790 add $IN01_1,$IN01_1,$H1 [all...] |
H A D | poly1305-sparcv9.pl | 283 my ($H0,$H1,$H2,$R0,$R1,$S1,$T1) = map("%o$_",(0..5,7)); 299 ldx [$ctx+8],$H1 329 addxccc $D1,$H1,$H1 335 mulx $S1,$H1,$T0 ! s1*h1 336 umulxhi $S1,$H1,$T1 342 mulx $R0,$H1,$T0 ! r0*h1 344 umulxhi $R0,$H1,$T1 358 addxccc %g0,$D1,$H1 363 stx $H1,[ [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) = 636 vmovd %rdx#d,$H1 739 vmovd %rdx#d,$H1 773 vmovd 4*1($ctx),$H1 914 vmovdqa $H1,0x10(%r11) # 915 vpmuludq $T3,$H2,$H1 # h3*r1 917 vpaddq $H1,$D4,$D4 # d4 += h3*r1 920 vpmuludq $T1,$H2,$H1 # h1*r1 923 vpaddq $H1,$D2,$D2 # d2 += h1*r1 931 vpmuludq $T1,$H3,$H1 # h [all...] |
H A D | poly1305-armv4.pl | 444 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14)); 531 @ H0>>+H1>>+H2>>+H3>>+H4 532 @ H3>>+H4>>*5+H0>>+H1 545 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4 552 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4, 747 vld4.32 {$H0#lo[0],$H1#lo[0],$H2#lo[0],$H3#lo[0]},[$inp]! 755 vrev32.8 $H1,$H1 766 vsri.u32 $H2#lo,$H1#lo,#20 767 vshl.u32 $H1#l [all...] |
H A D | poly1305-ppc.pl | 765 my ($H0, $H1, $H2, $H3, $H4) = map("v$_",(0..4)); 997 mtvrwz $H1,$d1 1058 vmulouw $ACC1,$H1,$R0 1067 vmulouw $T0,$H1,$R1 1080 vmulouw $T0,$H1,$R2 1093 vmulouw $T0,$H1,$R3 1096 vmulouw $T0,$H1,$S4 1112 vsrd $H1,$ACC0,$_26 1116 vaddudm $H1,$H1, [all...] |
H A D | poly1305-c64xplus.pl | 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN); 139 ADDU $D1,B25,$D1:$H1 ; h1+=inp[1] 150 || ADDU $D0,$D1:$H1,B25:B24 ; ADDU $D0,$D1:$H1,$D1:$H1 155 || ADD $D0,$H1,A24 ; A-copy of B24 159 MPY32U A24,$S3,A21:A20 ; MPY32U $H1,$S3,A21:A20 160 || MPY32U B24,$R0b,B21:B20 ; MPY32U $H1,$R0,B21:B20 164 MPY32U A24,$R1,A23:A22 ; MPY32U $H1,$R1,A23:A22 165 || MPY32U B24,$R2,B23:B22 ; MPY32U $H1, [all...] |
H A D | poly1305-sparcv9.pl | 283 my ($H0,$H1,$H2,$R0,$R1,$S1,$T1) = map("%o$_",(0..5,7)); 299 ldx [$ctx+8],$H1 329 addxccc $D1,$H1,$H1 335 mulx $S1,$H1,$T0 ! s1*h1 336 umulxhi $S1,$H1,$T1 342 mulx $R0,$H1,$T0 ! r0*h1 344 umulxhi $R0,$H1,$T1 358 addxccc %g0,$D1,$H1 363 stx $H1,[ [all...] |
H A D | poly1305-armv8.pl | 219 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28)); 408 fmov ${H1},x11 459 fmov ${H1},x11 640 add $IN01_1,$IN01_1,$H1 706 xtn $H1,$ACC1 715 bic $H1,#0xfc,lsl#24 724 add $H1,$H1,$T0.2s // h0 -> h1 742 add $IN23_1,$IN01_1,$H1 792 add $IN01_1,$IN01_1,$H1 [all...] |
/third_party/ffmpeg/libavutil/tests/ |
H A D | pixelutils.c | 26 #define H1 240 macro 80 uint8_t *buf1 = av_malloc(W1*H1); in main() 101 RANDOM_INIT(buf1, W1*H1); in main() 108 memset(buf1, 0xff, W1*H1); in main() 115 memset(buf1, 0x90, W1*H1); in main()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | 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 166 XORMPY $H1,$xia,$H1x ; 1
|
/third_party/openssl/crypto/modes/asm/ |
H A D | 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 166 XORMPY $H1,$xia,$H1x ; 1
|
/third_party/ffmpeg/libavutil/ppc/ |
H A D | util_altivec.h | 86 vec_s16 A1, B1, C1, D1, E1, F1, G1, H1; \ 96 H1 = vec_mergel (d, h); \ 104 G2 = vec_mergeh (D1, H1); \ 105 H2 = vec_mergel (D1, H1); \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set.cc | 49 return (H1(hash, ctrl) ^ RandomSeed()) % 13 > 6; in ShouldInsertBackwards()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 143 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2 626 | H1 role_mls_op L2 629 | H1 role_mls_op H2 632 | L1 role_mls_op H1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CallingConvention.cpp | 26 static const MCPhysReg HRegList[] = {AArch64::H0, AArch64::H1, AArch64::H2,
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 273 static const deUint32 W1 = 10, H1 = 10; in test() local 300 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samp1, GL_RGBA8, W1, H1); in test()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_mips32.c | 256 // E1..H1 - offsets in bytes to store second results to tmp buffer 257 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \ 287 "sw %[temp3], " #H1 "(%[tmp]) \n\t" \
|
/third_party/node/deps/v8/src/objects/ |
H A D | swiss-hash-table-helpers.h | 210 // Extracts H1 from the given overall hash, which means discarding the lowest 7 211 // bits of the overall hash. H1 is used to determine the first group to probe. 212 inline static uint32_t H1(uint32_t hash) { return (hash >> kH2Bits); }
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 458 @ H0>>+H1>>+H2>>+H3>>+H4 459 @ H3>>+H4>>*5+H0>>+H1 472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4 479 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 458 @ H0>>+H1>>+H2>>+H3>>+H4 459 @ H3>>+H4>>*5+H0>>+H1 472 @ H0, H2, H3 are guaranteed to be 26 bits wide, while H1 and H4 479 @ H4 = H4*R0 + H3*R1 + H2*R2 + H1*R3 + H0 * R4,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 1886 RegHalf L1, H1, L2, H2; 1890 if (!matchHalf(SelfR, RC, 32, H2) || !matchHalf(SelfR, RC, 48, H1)) 1893 // Rs = H1.L1, Rt = H2.L2 1894 if (H1.Reg != L1.Reg || H1.Sub != L1.Sub || H1.Low || !L1.Low) 1899 Rs = H1;
|