Home
last modified time | relevance | path

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

/external/valgrind/memcheck/tests/vbit-test/
Dutil.c155 typeof_primop(op, &t_dst, &t_arg1, &t_arg2, &t_arg3, &t_arg4); in is_floating_point_op_with_rounding_mode()
180 typeof_primop(op, &unused, &t1, &t2, &t3, &t4); in get_num_operands()
202 typeof_primop(IROp op, IRType *t_dst, IRType *t_arg1, IRType *t_arg2, in typeof_primop() function
Dvtest.h149 void typeof_primop(IROp, IRType *t_dst, IRType *t_arg1, IRType *t_arg2,
Dmain.c45 typeof_primop(op->op, &t_dst, &t1, &t2, &t3, &t4); in new_test_data()
DREADME56 typeof_primop which were imported from VEX/priv/ir_defs.c.