/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx2.pl | 64 $A11) = # [4][4] [3][3] [2][2] [1][1] # %ymm6 145 vpxor $A11,$A21,@T[2] 195 vpxor $D14,$A11,$A11 # ^= D[1..4] from Theta 198 vpsllvq 5*32-96(%r8),$A11,@T[7] 199 vpsrlvq 5*32-96(%r9),$A11,@T[1] 200 vpor @T[7],@T[1],@T[1] # $A11 -> future $A01 204 vpermq \$0b01110010,$A41,@T[6] # $A41 -> future $A11 228 vpblendd \$0b00001100,@T[2],@T[5],$A11 # [4][0] [2][3] 231 vpblendd \$0b00110000,@T[3],$A11, [all...] |
H A D | keccak1600-avx512vl.pl | 42 $A11) = # [4][4] [3][3] [2][2] [1][1] # %ymm6 73 vpxor $A11,$A21,@T[2] 109 vpternlogq \$0x96,@T[0],$D14,$A11 # ^= D[1..4] from Theta 110 vprolvq $R11,$A11,@T[1] # $A11 -> future $A01 113 vpermq \$0b01110010,$A41,@T[6] # $A41 -> future $A11 136 vpblendd \$0b00001100,@T[2],@T[5],$A11 # [4][0] [2][3] 138 vpblendd \$0b00110000,@T[3],$A11,$A11 # [1][2] [4][0] [2][3] 140 vpblendd \$0b11000000,@T[4],$A11, [all...] |
H A D | sha512-c64xplus.pl | 90 [A0] STDW A11:A10,*SP[1] 374 || LDDW *FP[-4],A11:A10
|
H A D | keccak1600-c64x.pl | 72 # | A10 | A11 | 412 || STDW A11:A10,*FP[-5] 540 || LDDW *FP[-5],A11:A10 561 || STDW A11:A10,*FP[-5] 736 || LDDW *FP[-5],A11:A10
|
/third_party/openssl/crypto/sha/asm/ |
H A D | keccak1600-avx2.pl | 64 $A11) = # [4][4] [3][3] [2][2] [1][1] # %ymm6 145 vpxor $A11,$A21,@T[2] 195 vpxor $D14,$A11,$A11 # ^= D[1..4] from Theta 198 vpsllvq 5*32-96(%r8),$A11,@T[7] 199 vpsrlvq 5*32-96(%r9),$A11,@T[1] 200 vpor @T[7],@T[1],@T[1] # $A11 -> future $A01 204 vpermq \$0b01110010,$A41,@T[6] # $A41 -> future $A11 228 vpblendd \$0b00001100,@T[2],@T[5],$A11 # [4][0] [2][3] 231 vpblendd \$0b00110000,@T[3],$A11, [all...] |
H A D | keccak1600-avx512vl.pl | 42 $A11) = # [4][4] [3][3] [2][2] [1][1] # %ymm6 73 vpxor $A11,$A21,@T[2] 109 vpternlogq \$0x96,@T[0],$D14,$A11 # ^= D[1..4] from Theta 110 vprolvq $R11,$A11,@T[1] # $A11 -> future $A01 113 vpermq \$0b01110010,$A41,@T[6] # $A41 -> future $A11 136 vpblendd \$0b00001100,@T[2],@T[5],$A11 # [4][0] [2][3] 138 vpblendd \$0b00110000,@T[3],$A11,$A11 # [1][2] [4][0] [2][3] 140 vpblendd \$0b11000000,@T[4],$A11, [all...] |
H A D | sha512-c64xplus.pl | 90 [A0] STDW A11:A10,*SP[1] 374 || LDDW *FP[-4],A11:A10
|
H A D | keccak1600-c64x.pl | 72 # | A10 | A11 | 412 || STDW A11:A10,*FP[-5] 540 || LDDW *FP[-5],A11:A10 561 || STDW A11:A10,*FP[-5] 736 || LDDW *FP[-5],A11:A10
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11"); 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-c64xplus.pl | 33 ($D0,$D1,$D2,$D3)= ("A9","B9","A11","B11"); 117 [A2] STDW A11:A10,*FP[-4] 251 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCTargetDesc.cpp | 116 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,
|
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 37 "A10","A11","B10","B11","A12","A13","B12","B13"); 41 "A10","B10","A11","B11","A2", "B2", "A13","B13"); 70 [A0] STDW A11:A10,*FP[-4] 819 LDDW *FP[-4],A11:A10 ; ABI says so
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 524 # define A11 A10 macro 546 # define A12 A11
|
/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-c64xplus.pl | 37 "A10","A11","B10","B11","A12","A13","B12","B13"); 41 "A10","B10","A11","B11","A2", "B2", "A13","B13"); 70 [A0] STDW A11:A10,*FP[-4] 819 LDDW *FP[-4],A11:A10 ; ABI says so
|