Home
last modified time | relevance | path

Searched refs:BN_UMULT_HIGH (Results 1 – 4 of 4) sorted by relevance

/external/openssl/crypto/bn/
Dbn_lcl.h240 # define BN_UMULT_HIGH(a,b) (BN_ULONG)asm("umulh %a0,%a1,%v0",(a),(b)) macro
242 # define BN_UMULT_HIGH(a,b) ({ \
251 # define BN_UMULT_HIGH(a,b) ({ \
261 # define BN_UMULT_HIGH(a,b) ({ \
280 # define BN_UMULT_HIGH(a,b) __umulh((a),(b))
285 # define BN_UMULT_HIGH(a,b) ({ \
366 #elif defined(BN_UMULT_HIGH)
370 high= BN_UMULT_HIGH(w,tmp); \
383 high= BN_UMULT_HIGH(w,ta); \
393 (r1) = BN_UMULT_HIGH(tmp,tmp); \
Dbn_div.c378 #elif defined(BN_UMULT_HIGH) in BN_div()
380 t2h = BN_UMULT_HIGH(d1,q); in BN_div()
Dbn_asm.c69 #if defined(BN_LLONG) || defined(BN_UMULT_HIGH)
497 #elif defined(BN_UMULT_HIGH)
502 t2 = BN_UMULT_HIGH(ta,tb); \
509 t1 = BN_UMULT_HIGH(ta,tb); \
520 t2 = BN_UMULT_HIGH(ta,ta); \
/external/openssl/crypto/bn/asm/
Dx86_64-gcc.c281 t2 = BN_UMULT_HIGH(ta,tb); \
288 t1 = BN_UMULT_HIGH(ta,tb); \