Home
last modified time | relevance | path

Searched refs:t_arg2 (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c153 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in is_floating_point_op_with_rounding_mode() local
155 typeof_primop(op, &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in is_floating_point_op_with_rounding_mode()
158 if (t_arg2 == Ity_INVALID) return 0; in is_floating_point_op_with_rounding_mode()
162 is_floating_point_type(t_arg2) || in is_floating_point_op_with_rounding_mode()
202 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2, in typeof_primop() argument
205 return typeOfPrimop(op, t_dst, t_arg1, t_arg2, t_arg3, t_arg4); in typeof_primop()
Dvtest.h149 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
/external/valgrind/VEX/priv/
Dir_defs.c2480 IRType* t_arg1, IRType* t_arg2, in typeOfPrimop() argument
2486 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop()
2489 *t_arg2 = (_ta2); *t_arg3 = (_ta3); break in typeOfPrimop()
2492 *t_arg2 = (_ta2); *t_arg3 = (_ta3); \ in typeOfPrimop()
2495 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop()
2505 *t_arg2 = Ity_INVALID; in typeOfPrimop()
3547 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local
3562 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
3566 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
3570 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
[all …]
/external/valgrind/VEX/pub/
Dlibvex_ir.h1856 IRType* t_arg2, IRType* t_arg3, IRType* t_arg4 );