Searched defs:MUL (Results 1 – 4 of 4) sorted by relevance
9 MUL, enumerator
107 # define MUL(x, y) \ macro115 # define MUL(x, y) mad_f_mul((x), (y)) macro
103 #define MUL(r) OPrr(0xF7, 0x04, r) /* r*rAX -> rDX:rAX */ macro
23 #define MUL(x, y, t) (t = (x)*(y)+128, (t+(t>>8))>>8) macro