Searched refs:t_arg1 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 153 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() 161 is_floating_point_type(t_arg1) || in is_floating_point_op_with_rounding_mode() 166 return t_arg1 == Ity_I32; 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()
|
D | vtest.h | 149 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2480 IRType* t_arg1, IRType* t_arg2, in typeOfPrimop() argument 2484 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 2486 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 2488 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2491 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2495 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop() 2497 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop() 2504 *t_arg1 = 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() [all …]
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1855 /*OUTs*/ IRType* t_dst, IRType* t_arg1,
|