| /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/ |
| co-586.pl | 26 sub mul_add_c subroutine 177 &mul_add_c($a,$ai,$b,$bi,$c0,$c1,$c2,$v,$i,$na,$nb);
|
| s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ define 387 mul_add_c(0,0,c1,c2,c3); 391 mul_add_c(0,1,c2,c3,c1); 392 mul_add_c(1,0,c2,c3,c1); 396 mul_add_c(2,0,c3,c1,c2); 397 mul_add_c(1,1,c3,c1,c2); 398 mul_add_c(0,2,c3,c1,c2); 402 mul_add_c(0,3,c1,c2,c3); 403 mul_add_c(1,2,c1,c2,c3); 404 mul_add_c(2,1,c1,c2,c3) [all...] |
| x86_64-gcc.c | 313 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 327 #define mul_add_c(a, b, c0, c1, c2) \ 364 #define mul_add_c(a, b, c0, c1, c2) \ macro 418 mul_add_c(a[0], b[0], c1, c2, c3); 421 mul_add_c(a[0], b[1], c2, c3, c1); 422 mul_add_c(a[1], b[0], c2, c3, c1); 425 mul_add_c(a[2], b[0], c3, c1, c2); 426 mul_add_c(a[1], b[1], c3, c1, c2); 427 mul_add_c(a[0], b[2], c3, c1, c2); 430 mul_add_c(a[0], b[3], c1, c2, c3) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| co-586.pl | 26 sub mul_add_c subroutine 177 &mul_add_c($a,$ai,$b,$bi,$c0,$c1,$c2,$v,$i,$na,$nb);
|
| s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ define 387 mul_add_c(0,0,c1,c2,c3); 391 mul_add_c(0,1,c2,c3,c1); 392 mul_add_c(1,0,c2,c3,c1); 396 mul_add_c(2,0,c3,c1,c2); 397 mul_add_c(1,1,c3,c1,c2); 398 mul_add_c(0,2,c3,c1,c2); 402 mul_add_c(0,3,c1,c2,c3); 403 mul_add_c(1,2,c1,c2,c3); 404 mul_add_c(2,1,c1,c2,c3) [all...] |
| x86_64-gcc.c | 309 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 323 # define mul_add_c(a,b,c0,c1,c2) do { \ 349 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 400 mul_add_c(a[0], b[0], c1, c2, c3); 403 mul_add_c(a[0], b[1], c2, c3, c1); 404 mul_add_c(a[1], b[0], c2, c3, c1); 407 mul_add_c(a[2], b[0], c3, c1, c2); 408 mul_add_c(a[1], b[1], c3, c1, c2); 409 mul_add_c(a[0], b[2], c3, c1, c2); 412 mul_add_c(a[0], b[3], c1, c2, c3) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| co-586.pl | 27 sub mul_add_c subroutine 178 &mul_add_c($a,$ai,$b,$bi,$c0,$c1,$c2,$v,$i,$na,$nb);
|
| s390x.S | 368 #define mul_add_c(ai,bi,c1,c2,c3) \ define 387 mul_add_c(0,0,c1,c2,c3); 391 mul_add_c(0,1,c2,c3,c1); 392 mul_add_c(1,0,c2,c3,c1); 396 mul_add_c(2,0,c3,c1,c2); 397 mul_add_c(1,1,c3,c1,c2); 398 mul_add_c(0,2,c3,c1,c2); 402 mul_add_c(0,3,c1,c2,c3); 403 mul_add_c(1,2,c1,c2,c3); 404 mul_add_c(2,1,c1,c2,c3) [all...] |
| x86_64-gcc.c | 310 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 324 # define mul_add_c(a,b,c0,c1,c2) do { \ 350 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 401 mul_add_c(a[0], b[0], c1, c2, c3); 404 mul_add_c(a[0], b[1], c2, c3, c1); 405 mul_add_c(a[1], b[0], c2, c3, c1); 408 mul_add_c(a[2], b[0], c3, c1, c2); 409 mul_add_c(a[1], b[1], c3, c1, c2); 410 mul_add_c(a[0], b[2], c3, c1, c2); 413 mul_add_c(a[0], b[3], c1, c2, c3) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_asm.c | 434 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 447 #define mul_add_c(a, b, c0, c1, c2) \ macro 493 #define mul_add_c(a, b, c0, c1, c2) \ macro 538 #define mul_add_c(a, b, c0, c1, c2) \ macro 583 #define mul_add_c(a, b, c0, c1, c2) \ macro 632 mul_add_c(a[0], b[0], c1, c2, c3); 635 mul_add_c(a[0], b[1], c2, c3, c1); 636 mul_add_c(a[1], b[0], c2, c3, c1); 639 mul_add_c(a[2], b[0], c3, c1, c2); 640 mul_add_c(a[1], b[1], c3, c1, c2) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_asm.c | 440 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 453 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 492 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 526 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 560 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 598 mul_add_c(a[0], b[0], c1, c2, c3); 601 mul_add_c(a[0], b[1], c2, c3, c1); 602 mul_add_c(a[1], b[0], c2, c3, c1); 605 mul_add_c(a[2], b[0], c3, c1, c2); 606 mul_add_c(a[1], b[1], c3, c1, c2) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_asm.c | 430 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */ 443 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 482 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 516 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 550 # define mul_add_c(a,b,c0,c1,c2) do { \ macro 588 mul_add_c(a[0], b[0], c1, c2, c3); 591 mul_add_c(a[0], b[1], c2, c3, c1); 592 mul_add_c(a[1], b[0], c2, c3, c1); 595 mul_add_c(a[2], b[0], c3, c1, c2); 596 mul_add_c(a[1], b[1], c3, c1, c2) [all...] |