Searched refs:BN_UMULT_HIGH (Results 1 - 3 of 3) sorted by relevance

/openwrt/package/network/services/ead/src/tinysrp/
H A Dbn_lcl.h176 * BN_UMULT_HIGH section.
193 * exhibiting "native" performance in C. That's what BN_UMULT_HIGH
201 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
203 # define BN_UMULT_HIGH(a,b) ({ \ macro
212 # define BN_UMULT_HIGH(a,b) ({ \ macro
289 #elif defined(BN_UMULT_HIGH)
293 high= BN_UMULT_HIGH(w,tmp); \
306 high= BN_UMULT_HIGH(w,ta); \
316 (r1) = BN_UMULT_HIGH(tmp,tmp); \
H A Dbn_div.c284 #ifdef BN_UMULT_HIGH
286 t2h = BN_UMULT_HIGH(d1,q);
H A Dbn_asm.c68 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
139 #else /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */
218 #endif /* !(defined(BN_LLONG) || defined(BN_UMULT_HIGH)) */

Completed in 42 milliseconds