Home | History | Annotate | Download | only in auxprogs

Lines Matching defs:arg

9    void do_sradi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \
11 ULong argW = arg; \
161 void do_srawi_##nnn ( ULong arg, /*OUT*/ULong* res, /*OUT*/ULong* xer ) \
163 ULong argW = arg; \
432 ULong arg, res, xer;
435 for (j = 0; j < N_ARGS64; j++) { /* arg */
436 arg = args64[j];
439 fn( arg, &res, &xer );
441 name, arg, (int)i, res, (int)((xer >> 29 & 1)));
452 for (j = 0; j < N_ARGS64; j++) { /* arg */