/external/openssl/crypto/bn/asm/x86/ |
mul_add.pl | 4 sub bn_mul_add_words subroutine
|
/external/openssl/crypto/bn/asm/ |
bn-586.pl | 14 &bn_mul_add_words("bn_mul_add_words"); 24 sub bn_mul_add_words subroutine
|
s390x.S | 15 // BN_ULONG bn_mul_add_words(BN_ULONG *r2,BN_ULONG *r3,int r4,BN_ULONG r5); 16 .globl bn_mul_add_words 17 .type bn_mul_add_words,@function 19 bn_mul_add_words: label 88 .size bn_mul_add_words,.-bn_mul_add_words
|
ia64.S | 101 // v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2); 326 // this very instruction sequence in bn_mul_add_words loop which in 392 // BN_ULONG bn_mul_add_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w) 394 .global bn_mul_add_words# 395 .proc bn_mul_add_words# 398 bn_mul_add_words: label 455 .endp bn_mul_add_words# 584 // consumed by bn_mul_add_words called from BN_from_montgomery. In 591 // r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]); 592 // r[10]=bn_mul_add_words(&(r[2]),a,8,b[2]) [all...] |
x86_64-gcc.c | 109 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function
|
sparcv8.S | 40 .global bn_mul_add_words 42 * BN_ULONG bn_mul_add_words(rp,ap,num,w) 47 bn_mul_add_words: label 148 .type bn_mul_add_words,#function 149 .size bn_mul_add_words,(.-bn_mul_add_words)
|
sparcv8plus.S | 170 .global bn_mul_add_words 172 * BN_ULONG bn_mul_add_words(rp,ap,num,w) 177 bn_mul_add_words: label 267 .type bn_mul_add_words,#function 268 .size bn_mul_add_words,(.-bn_mul_add_words) [all...] |
pa-risc2W.s | 70 ; bn_mul_add_words 72 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr, 117 bn_mul_add_words label 118 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN [all...] |
pa-risc2.s | 63 ; Note that the "w" argument for bn_mul_add_words and bn_mul_words 78 ; bn_mul_add_words 80 ;BN_ULONG bn_mul_add_words(BN_ULONG *r_ptr, BN_ULONG *a_ptr, 125 bn_mul_add_words label 126 .export bn_mul_add_words,entry,NO_RELOCATION,LONG_RETURN [all...] |
/external/openssl/crypto/bn/ |
bn_asm.c | 71 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function 146 BN_ULONG bn_mul_add_words(BN_ULONG *rp, const BN_ULONG *ap, int num, BN_ULONG w) function 966 r[5]=bn_mul_add_words(&(r[1]),a,4,b[1]); 967 r[6]=bn_mul_add_words(&(r[2]),a,4,b[2]); 968 r[7]=bn_mul_add_words(&(r[3]),a,4,b[3]); 974 r[ 9]=bn_mul_add_words(&(r[1]),a,8,b[1]); 975 r[10]=bn_mul_add_words(&(r[2]),a,8,b[2]); 976 r[11]=bn_mul_add_words(&(r[3]),a,8,b[3]); 977 r[12]=bn_mul_add_words(&(r[4]),a,8,b[4]); 978 r[13]=bn_mul_add_words(&(r[5]),a,8,b[5]) [all...] |