Home | History | Annotate | Download | only in priv

Lines Matching refs:IROp

873 static IRExpr *unop(IROp op, IRExpr * a)
878 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2)
883 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3)
888 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3,
1686 static IROp mkSzOp ( IRType ty, IROp op8 )
2071 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S;