HomeSort by relevance Sort by last modified time
    Searched refs:sqr_add_c (Results 1 - 7 of 7) sorted by null

  /external/openssl/crypto/bn/asm/
s390x.S 519 #define sqr_add_c(ai,c1,c2,c3) \ define
548 sqr_add_c(0,c1,c2,c3);
556 sqr_add_c(1,c3,c1,c2);
566 sqr_add_c(2,c2,c3,c1);
578 sqr_add_c(3,c1,c2,c3);
592 sqr_add_c(4,c3,c1,c2);
605 sqr_add_c(5,c2,c3,c1);
616 sqr_add_c(6,c1,c2,c3);
625 sqr_add_c(7,c3,c1,c2);
645 sqr_add_c(0,c1,c2,c3)
    [all...]
x86_64-gcc.c 273 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
311 #define sqr_add_c(a,i,c0,c1,c2) do { \ macro
505 sqr_add_c(a,0,c1,c2,c3);
511 sqr_add_c(a,1,c3,c1,c2);
519 sqr_add_c(a,2,c2,c3,c1);
529 sqr_add_c(a,3,c1,c2,c3);
541 sqr_add_c(a,4,c3,c1,c2);
552 sqr_add_c(a,5,c2,c3,c1);
561 sqr_add_c(a,6,c1,c2,c3);
568 sqr_add_c(a,7,c3,c1,c2)
    [all...]
co-586.pl 44 sub sqr_add_c subroutine
256 &sqr_add_c($r,$a,$ai,$bi,
sparcv8.S 1057 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(a,1,c3,c1,c2)
    [all...]
sparcv8plus.S 1145 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(a,1,c3,c1,c2)
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
459 #define sqr_add_c(a,i,c0,c1,c2) \ macro
487 #define sqr_add_c(a,i,c0,c1,c2) { \ macro
517 #define sqr_add_c(a,i,c0,c1,c2) { \ macro
548 #define sqr_add_c(a,i,c0,c1,c2) \ macro
724 sqr_add_c(a,0,c1,c2,c3);
730 sqr_add_c(a,1,c3,c1,c2);
738 sqr_add_c(a,2,c2,c3,c1);
748 sqr_add_c(a,3,c1,c2,c3);
760 sqr_add_c(a,4,c3,c1,c2)
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 32 sub sqr_add_c subroutine
244 &sqr_add_c($r,$a,$ai,$bi,

Completed in 36 milliseconds