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

Lines Matching refs:tmp_y

1523     arithtype tmp_y = (intype)(y);                            \
1524 dest = ((tmp_x > tmp_y) ? tmp_x - tmp_y : tmp_y - tmp_x); \
1591 type1 tmp_y = y; \
1592 dest = (type2)((type2)tmp_x * (type2)tmp_y); \