HomeSort by: relevance | last modified time | path
    Searched refs:A10 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
keccak1600-avx512.pl 110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0]
148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00"
156 vpternlogq \$0x96,$A00,$D00,$A10
163 vprolvq @Rhotate0[1],$A10,$A10
170 vpermq $A10,@Pi0[1],$A10
177 vmovdqa64 $A10,@T[1]
178 vpternlogq \$0xD2,$A20,$A10,$A00
179 vpternlogq \$0xD2,$A30,$A20,$A10
    [all...]
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
sha512-c64xplus.pl 90 [A0] STDW A11:A10,*SP[1]
374 || LDDW *FP[-4],A11:A10
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
keccak1600-avx512.pl 110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0]
148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00"
156 vpternlogq \$0x96,$A00,$D00,$A10
163 vprolvq @Rhotate0[1],$A10,$A10
170 vpermq $A10,@Pi0[1],$A10
177 vmovdqa64 $A10,@T[1]
178 vpternlogq \$0xD2,$A20,$A10,$A00
179 vpternlogq \$0xD2,$A30,$A20,$A10
    [all...]
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
sha512-c64xplus.pl 90 [A0] STDW A11:A10,*SP[1]
374 || LDDW *FP[-4],A11:A10
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
keccak1600-avx512.pl 110 $A10, # [1][4] [1][3] [1][2] [1][1] [1][0]
148 vpternlogq \$0x96,$A20,$A10,$A00 # and use it as "C00"
156 vpternlogq \$0x96,$A00,$D00,$A10
163 vprolvq @Rhotate0[1],$A10,$A10
170 vpermq $A10,@Pi0[1],$A10
177 vmovdqa64 $A10,@T[1]
178 vpternlogq \$0xD2,$A20,$A10,$A00
179 vpternlogq \$0xD2,$A30,$A20,$A10
    [all...]
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
sha512-c64xplus.pl 91 [A0] STDW A11:A10,*SP[1]
375 || LDDW *FP[-4],A11:A10
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_sqrt.c 68 UINT64 Q, Q2, A10, C4, R, R2, QE, res;
129 A10 = coefficient_x;
131 A10 = (A10 << 2) + A10;
132 A10 += A10;
135 dqe = sqrt ((double) A10);
137 if (QE * QE == A10) {
216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1
    [all...]
bid128_sqrt.c 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
98 A10 = CX;
100 A10.w[1] = (CX.w[1] << 3) | (CX.w[0] >> 61);
101 A10.w[0] = CX.w[0] << 3;
104 __add_128_128 (A10, A10, CX2);
107 CS.w[0] = short_sqrt128 (A10);
110 if (CS.w[0] * CS.w[0] == A10.w[0]) {
112 if (S2.w[1] == A10.w[1]) // && S2.w[0]==A10.w[0]
    [all...]
bid_sqrt_macros.h 35 short_sqrt128 (UINT128 A10) {
42 lx = (BINARY80) A10.w[1] * l64 + (BINARY80) A10.w[0];
136 short_sqrt128 (UINT128 A10) {
147 lx = (double) A10.w[1] * l64 + (double) A10.w[0];
153 // A10*RS^2
154 __mul_64x128_to_192 (ARS0, MY, A10);
256 // A10*RS^2, scaled by 2^(2*ey+104)
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_sqrt.c 68 UINT64 Q, Q2, A10, C4, R, R2, QE, res;
129 A10 = coefficient_x;
131 A10 = (A10 << 2) + A10;
132 A10 += A10;
135 dqe = sqrt ((double) A10);
137 if (QE * QE == A10) {
216 UINT128 CX, CX2, A10, S2, T128, CS, CSM, CS2, C256, CS1
    [all...]
bid128_sqrt.c 36 UINT128 CX, CX1, CX2, A10, S2, T128, TP128, CS, CSM, res;
98 A10 = CX;
100 A10.w[1] = (CX.w[1] << 3) | (CX.w[0] >> 61);
101 A10.w[0] = CX.w[0] << 3;
104 __add_128_128 (A10, A10, CX2);
107 CS.w[0] = short_sqrt128 (A10);
110 if (CS.w[0] * CS.w[0] == A10.w[0]) {
112 if (S2.w[1] == A10.w[1]) // && S2.w[0]==A10.w[0]
    [all...]
bid_sqrt_macros.h 35 short_sqrt128 (UINT128 A10) {
42 lx = (BINARY80) A10.w[1] * l64 + (BINARY80) A10.w[0];
136 short_sqrt128 (UINT128 A10) {
147 lx = (double) A10.w[1] * l64 + (double) A10.w[0];
153 // A10*RS^2
154 __mul_64x128_to_192 (ARS0, MY, A10);
256 // A10*RS^2, scaled by 2^(2*ey+104)
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
libunwind.S 64 ldw .d1t1 *+A4[10], A10
88 stw .d2t1 A10, *+B15[12]
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
libunwind.S 64 ldw .d1t1 *+A4[10], A10
88 stw .d2t1 A10, *+B15[12]
  /src/lib/libm/ld128/
k_expl.h 79 A10 = 2.7557333722375069e-7; /* 0x1.27e505ab56259p-22 */
257 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
s_expl.c 286 dr * (A7 + dr * (A8 + dr * (A9 + dr * A10))))))));
  /src/sys/arch/hpc/conf/
platid.def 134 CPU=MIPS_VR_4102 A10
  /src/sys/arch/sandpoint/stand/altboot/
stg.c 380 #define A10 2 /* 10b ack turn around */
416 data = (W0101 << 28) | (phy << 23) | (reg << 18) | (A10 << 16);
  /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/
poly1305-c64xplus.pl 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
117 [A2] STDW A11:A10,*FP[-4]
251 LDDW *FP[-4],A11:A10 ; ABI says so
  /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
poly1305-c64xplus.pl 32 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
117 [A2] STDW A11:A10,*FP[-4]
251 LDDW *FP[-4],A11:A10 ; ABI says so
  /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
poly1305-c64xplus.pl 33 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
118 [A2] STDW A11:A10,*FP[-4]
252 LDDW *FP[-4],A11:A10 ; ABI says so
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 116 SystemZ::A8, SystemZ::A9, SystemZ::A10, SystemZ::A11,

Completed in 29 milliseconds

1 2