Home
last modified time | relevance | path

Searched refs:t_arg3 (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()
163 is_floating_point_type(t_arg3) || in is_floating_point_op_with_rounding_mode()
203 IRType *t_arg3, IRType *t_arg4) in typeof_primop() argument
205 return typeOfPrimop(op, t_dst, t_arg1, t_arg2, t_arg3, t_arg4); in typeof_primop()
Dvtest.h150 IRType *t_arg3, IRType *t_arg4);
/external/valgrind/VEX/priv/
Dir_defs.c2481 IRType* t_arg3, IRType* t_arg4 ) in typeOfPrimop() argument
2489 *t_arg2 = (_ta2); *t_arg3 = (_ta3); break in typeOfPrimop()
2492 *t_arg2 = (_ta2); *t_arg3 = (_ta3); \ in typeOfPrimop()
2506 *t_arg3 = 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()
3574 &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in typeOfIRExpr()
3974 IRType t_dst, t_arg1, t_arg2, t_arg3, t_arg4; in tcExpr() local
[all …]
/external/valgrind/VEX/pub/
Dlibvex_ir.h1856 IRType* t_arg2, IRType* t_arg3, IRType* t_arg4 );