Home | History | Annotate | Download | only in memcheck

Lines Matching refs:_op

428 #define triop(_op, _arg1, _arg2, _arg3) \
429 IRExpr_Triop((_op),(_arg1),(_arg2),(_arg3))
430 #define binop(_op, _arg1, _arg2) IRExpr_Binop((_op),(_arg1),(_arg2))
431 #define unop(_op, _arg) IRExpr_Unop((_op),(_arg))