HomeSort by relevance Sort by last modified time
    Searched refs:t_arg2 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
vtest.h 123 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
util.c 121 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; local
123 typeof_primop(op, &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4);
126 if (t_arg2 == Ity_INVALID) return 0;
130 is_floating_point_type(t_arg2) ||
201 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
207 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break
210 *t_arg2 = (_ta2); *t_arg3 = (_ta3); break
213 *t_arg2 = (_ta2); *t_arg3 = (_ta3); \
216 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break;
226 *t_arg2 = Ity_INVALID
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c 3393 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; local
3816 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; local
    [all...]

Completed in 51 milliseconds