Searched defs:UMUL (Results 1 – 6 of 6) sorted by relevance
77 UMUL, enumerator
170 #define UMUL 23 macro
337 UMUL, // 32bit unsigned multiplication enumerator
180 #define UMUL (OPC1(0x2) | OPC3(0x0a)) macro
402 UMUL, enumerator
346 static inline void UMUL(mp_int X, mp_int Y, mp_int Z) { in UMUL() function