Home | History | Annotate | Download | only in priv

Lines Matching defs:args

86 #define DIP(format, args...)           \
88 vex_printf(format, ## args)
13441 IRExpr** args = mkIRExprVec_3 (IRExpr_BBPTR(), mkU32(rd), mkU32(sel));
13446 args);
13453 IRExpr** args = mkIRExprVec_3 (IRExpr_BBPTR(), mkU64(rd), mkU64(sel));
13458 args);
15130 IRExpr** args = mkIRExprVec_2 (mkU64(rt), mkU64(rd));
15135 args);
15140 IRExpr** args = mkIRExprVec_2 (mkU32(rt), mkU32(rd));
15145 args);