HWORD_MASK
in1l = (in1) & HWORD_MASK; \
in2l = (in2) & HWORD_MASK; \
(outl) = (word_t)((outl) + ((tmpm & HWORD_MASK) << HWORD_BITS));\
qh = WORD_MIN(qh, HWORD_MASK);
ql = WORD_MIN(ql, HWORD_MASK);