Searched defs:MULT16_32_P16 (Results 1 – 3 of 3) sorted by relevance
43 #define MULT16_32_P16(a,b) ADD32(MULT16_16((a),SHR((b),16)), PSHR(MULT16_16SU((a),((b)&0x0000ffff))… macro
196 #define MULT16_32_P16(a,b) ((a)*(b)) macro
50 #define MULT16_32_P16(a,b) MULT16_32_PX(a,b,16) macro