Searched refs:typeOfPrimop (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/tests/vbit-test/ |
D | util.c | 205 return typeOfPrimop(op, t_dst, t_arg1, t_arg2, t_arg3, t_arg4); in typeof_primop()
|
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2477 void typeOfPrimop ( IROp op, in typeOfPrimop() function 3561 typeOfPrimop(e->Iex.Qop.details->op, in typeOfIRExpr() 3565 typeOfPrimop(e->Iex.Triop.details->op, in typeOfIRExpr() 3569 typeOfPrimop(e->Iex.Binop.op, in typeOfIRExpr() 3573 typeOfPrimop(e->Iex.Unop.op, in typeOfIRExpr() 3994 typeOfPrimop(qop->op, in tcExpr() 4045 typeOfPrimop(triop->op, in tcExpr() 4088 typeOfPrimop(expr->Iex.Binop.op, in tcExpr() 4124 typeOfPrimop(expr->Iex.Unop.op, in tcExpr()
|
/external/valgrind/VEX/pub/ |
D | libvex_ir.h | 1854 extern void typeOfPrimop ( IROp op,
|