Lines Matching defs:bn_mul_words
40 // original bn_mul_words spun at 5*n or 2.5 times slower than expected278 // BN_ULONG bn_mul_words(BN_ULONG *rp, BN_ULONG *ap, int num, BN_ULONG w)280 .global bn_mul_words#281 .proc bn_mul_words#284 bn_mul_words:387 .endp bn_mul_words#590 // { r[ 8]=bn_mul_words( &(r[0]),a,8,b[0]);