Searched defs:ndep (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c1172 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) argument
1174 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
H A Dguest_s390_toIR.c499 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) argument
511 stmt(IRStmt_Put(ndep_off, ndep));
545 IRExpr *op, *dep1, *dep2, *ndep; local
550 ndep = mkU64(0);
552 s390_cc_thunk_fill(op, dep1, dep2, ndep);
559 IRExpr *op, *dep1, *dep2, *ndep; local
564 ndep = mkU64(0);
566 s390_cc_thunk_fill(op, dep1, dep2, ndep);
573 of the ndep field does matter and therefore we make the DEP2 field
584 IRExpr *op, *dep1, *dep2, *ndep, *dep2 local
601 IRExpr *op, *dep1, *dep2, *ndep; local
617 IRExpr *op, *dep1, *dep2, *ndep; local
633 IRExpr *op, *hi, *lo, *ndep; local
649 IRExpr *op, *hi, *lo, *lox, *ndep; local
674 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
733 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
[all...]

Completed in 184 milliseconds