HomeSort by relevance Sort by last modified time
    Searched refs:ndep (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 193 ULong ndep);
guest_s390_toIR.c 499 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
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);
570 /* memcheck believes that the NDEP field in the flags thunk is always
573 of the ndep field does matter and therefore we make the DEP2 fiel
584 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; 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...]
guest_s390_helpers.c 217 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]

Completed in 33 milliseconds