Home | History | Annotate | Download | only in target-arm

Lines Matching refs:type2

1589 #define DO_MULL(dest, x, y, type1, type2) do { \
1592 dest = (type2)((type2)tmp_x * (type2)tmp_y); \