Searched refs:sqr_add_c (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c307 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
337 # define sqr_add_c(a,i,c0,c1,c2) do { \
357 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
538 sqr_add_c(a, 0, c1, c2, c3);
544 sqr_add_c(a, 1, c3, c1, c2);
552 sqr_add_c(a, 2, c2, c3, c1);
562 sqr_add_c(a, 3, c1, c2, c3);
574 sqr_add_c(a, 4, c3, c1, c2);
585 sqr_add_c(a, 5, c2, c3, c1);
594 sqr_add_c(
[all...]
H A Ds390x.S554 #define sqr_add_c(ai,c1,c2,c3) \ define
583 sqr_add_c(0,c1,c2,c3);
591 sqr_add_c(1,c3,c1,c2);
601 sqr_add_c(2,c2,c3,c1);
613 sqr_add_c(3,c1,c2,c3);
627 sqr_add_c(4,c3,c1,c2);
640 sqr_add_c(5,c2,c3,c1);
651 sqr_add_c(6,c1,c2,c3);
660 sqr_add_c(7,c3,c1,c2);
680 sqr_add_c(
[all...]
H A Dco-586.pl44 sub sqr_add_c subroutine
256 &sqr_add_c($r,$a,$ai,$bi,
H A Dsparcv8.S1057 umul a_0,a_0,c_1 !=!sqr_add_c(a,0,c1,c2,c3);
1081 umul a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1124 umul a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1183 umul a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1248 umul a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1297 umul a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1330 umul a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1347 umul a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1370 umul a_0,a_0,c_1 !sqr_add_c(a,0,c1,c2,c3);
1395 umul a_1,a_1,t_1 !sqr_add_c(
[all...]
H A Dsparcv8plus.S1145 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1171 mulx a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1215 mulx a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1273 mulx a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1336 mulx a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1385 mulx a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1420 mulx a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1440 mulx a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1465 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1491 mulx a_1,a_1,t_1 !sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86_64-gcc.c307 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
337 # define sqr_add_c(a,i,c0,c1,c2) do { \
357 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
538 sqr_add_c(a, 0, c1, c2, c3);
544 sqr_add_c(a, 1, c3, c1, c2);
552 sqr_add_c(a, 2, c2, c3, c1);
562 sqr_add_c(a, 3, c1, c2, c3);
574 sqr_add_c(a, 4, c3, c1, c2);
585 sqr_add_c(a, 5, c2, c3, c1);
594 sqr_add_c(
[all...]
H A Ds390x.S554 #define sqr_add_c(ai,c1,c2,c3) \ define
583 sqr_add_c(0,c1,c2,c3);
591 sqr_add_c(1,c3,c1,c2);
601 sqr_add_c(2,c2,c3,c1);
613 sqr_add_c(3,c1,c2,c3);
627 sqr_add_c(4,c3,c1,c2);
640 sqr_add_c(5,c2,c3,c1);
651 sqr_add_c(6,c1,c2,c3);
660 sqr_add_c(7,c3,c1,c2);
680 sqr_add_c(
[all...]
H A Dco-586.pl44 sub sqr_add_c subroutine
256 &sqr_add_c($r,$a,$ai,$bi,
H A Dsparcv8.S1057 umul a_0,a_0,c_1 !=!sqr_add_c(a,0,c1,c2,c3);
1081 umul a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1124 umul a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1183 umul a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1248 umul a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1297 umul a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1330 umul a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1347 umul a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1370 umul a_0,a_0,c_1 !sqr_add_c(a,0,c1,c2,c3);
1395 umul a_1,a_1,t_1 !sqr_add_c(
[all...]
H A Dsparcv8plus.S1145 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1171 mulx a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1215 mulx a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1273 mulx a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1336 mulx a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1385 mulx a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1420 mulx a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1440 mulx a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1465 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1491 mulx a_1,a_1,t_1 !sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dx86_64-gcc.c264 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
302 #define sqr_add_c(a,i,c0,c1,c2) do { \ macro
496 sqr_add_c(a,0,c1,c2,c3);
502 sqr_add_c(a,1,c3,c1,c2);
510 sqr_add_c(a,2,c2,c3,c1);
520 sqr_add_c(a,3,c1,c2,c3);
532 sqr_add_c(a,4,c3,c1,c2);
543 sqr_add_c(a,5,c2,c3,c1);
552 sqr_add_c(a,6,c1,c2,c3);
559 sqr_add_c(
[all...]
H A Dco-586.pl43 sub sqr_add_c subroutine
255 &sqr_add_c($r,$a,$ai,$bi,
H A Dsparcv8.S1057 umul a_0,a_0,c_1 !=!sqr_add_c(a,0,c1,c2,c3);
1081 umul a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1124 umul a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1183 umul a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1248 umul a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1297 umul a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1330 umul a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1347 umul a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1370 umul a_0,a_0,c_1 !sqr_add_c(a,0,c1,c2,c3);
1395 umul a_1,a_1,t_1 !sqr_add_c(
[all...]
H A Dsparcv8plus.S1134 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1160 mulx a_1,a_1,t_1 !sqr_add_c(a,1,c3,c1,c2);
1204 mulx a_2,a_2,t_1 !sqr_add_c(a,2,c2,c3,c1);
1262 mulx a_3,a_3,t_1 !=!sqr_add_c(a,3,c1,c2,c3);
1325 mulx a_4,a_4,t_1 !sqr_add_c(a,4,c3,c1,c2);
1374 mulx a_5,a_5,t_1 !sqr_add_c(a,5,c2,c3,c1);
1409 mulx a_6,a_6,t_1 !sqr_add_c(a,6,c1,c2,c3);
1429 mulx a_7,a_7,t_1 !sqr_add_c(a,7,c3,c1,c2);
1454 mulx a_0,a_0,t_1 !sqr_add_c(a,0,c1,c2,c3);
1480 mulx a_1,a_1,t_1 !sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_asm.c431 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
452 #define sqr_add_c(a,i,c0,c1,c2) \ macro
480 #define sqr_add_c(a,i,c0,c1,c2) { \ macro
510 #define sqr_add_c(a,i,c0,c1,c2) { \ macro
541 #define sqr_add_c(a,i,c0,c1,c2) \ macro
717 sqr_add_c(a,0,c1,c2,c3);
723 sqr_add_c(a,1,c3,c1,c2);
731 sqr_add_c(a,2,c2,c3,c1);
741 sqr_add_c(a,3,c1,c2,c3);
753 sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c486 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
519 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
554 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
588 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
624 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
784 sqr_add_c(a, 0, c1, c2, c3);
790 sqr_add_c(a, 1, c3, c1, c2);
798 sqr_add_c(a, 2, c2, c3, c1);
808 sqr_add_c(a, 3, c1, c2, c3);
820 sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_asm.c486 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
519 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
554 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
588 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
624 # define sqr_add_c(a,i,c0,c1,c2) do { \ macro
784 sqr_add_c(a, 0, c1, c2, c3);
790 sqr_add_c(a, 1, c3, c1, c2);
798 sqr_add_c(a, 2, c2, c3, c1);
808 sqr_add_c(a, 3, c1, c2, c3);
820 sqr_add_c(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dcomba.pl32 sub sqr_add_c subroutine
244 &sqr_add_c($r,$a,$ai,$bi,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dcomba.pl32 sub sqr_add_c subroutine
244 &sqr_add_c($r,$a,$ai,$bi,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/x86/
H A Dcomba.pl32 sub sqr_add_c subroutine
244 &sqr_add_c($r,$a,$ai,$bi,

Completed in 84 milliseconds