Lines Matching refs:MUL
1209 inst = emit(MUL(dst, op[0], op[1]));
1215 /* For integer multiplication, the MUL uses the low 16 bits of one of
1219 * 16 bits, though, we can just emit a single MUL.
1225 emit(MUL(dst, op[0], op[1]));
1227 emit(MUL(dst, op[1], op[0]));
1232 emit(MUL(dst, op[1], op[0]));
1234 emit(MUL(dst, op[0], op[1]));
1238 emit(MUL(acc, op[0], op[1]));
1250 emit(MUL(acc, op[0], op[1]));
1840 emit(MUL(mul_dst, op[1], op[0]));