Searched refs:t_arg1 (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/memcheck/tests/vbit-test/ |
D | util.c | 121 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in is_floating_point_op_with_rounding_mode() local 123 typeof_primop(op, &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in is_floating_point_op_with_rounding_mode() 129 is_floating_point_type(t_arg1) || in is_floating_point_op_with_rounding_mode() 134 return t_arg1 == Ity_I32; in is_floating_point_op_with_rounding_mode() 201 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2, in typeof_primop() argument 205 *t_dst = (_td); *t_arg1 = (_ta1); break in typeof_primop() 207 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeof_primop() 209 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeof_primop() 212 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeof_primop() 216 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeof_primop() [all …]
|
D | vtest.h | 123 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
|
/external/valgrind/main/VEX/priv/ |
D | ir_defs.c | 2380 IRType* t_arg1, IRType* t_arg2, in typeOfPrimop() argument 2384 *t_dst = (_td); *t_arg1 = (_ta1); break in typeOfPrimop() 2386 *t_dst = (_td); *t_arg1 = (_ta1); *t_arg2 = (_ta2); break in typeOfPrimop() 2388 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2391 *t_dst = (_td); *t_arg1 = (_ta1); \ in typeOfPrimop() 2395 *t_dst = Ity_I1; *t_arg1 = *t_arg2 = (_ta); break; in typeOfPrimop() 2397 *t_dst = Ity_I1; *t_arg1 = (_ta); break; in typeOfPrimop() 2404 *t_arg1 = Ity_INVALID; in typeOfPrimop() 3393 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in typeOfIRExpr() local 3408 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr() [all …]
|