Home | History | Annotate | Download | only in priv

Lines Matching refs:IROp

879 static IRExpr *unop(IROp op, IRExpr * a)
884 static IRExpr *binop(IROp op, IRExpr * a1, IRExpr * a2)
889 static IRExpr *triop(IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3)
894 static IRExpr *qop ( IROp op, IRExpr * a1, IRExpr * a2, IRExpr * a3,
1692 static IROp mkSzOp ( IRType ty, IROp op8 )
2077 IROp opSlt = mode64 ? Iop_CmpLT64S : Iop_CmpLT32S;