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

  /external/valgrind/VEX/priv/
guest_s390_defs.h 246 ULong ndep);
guest_s390_toIR.c 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
551 stmt(IRStmt_Put(ndep_off, ndep));
585 IRExpr *op, *dep1, *dep2, *ndep; local
590 ndep = mkU64(0);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
604 ndep = mkU64(0);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
610 /* memcheck believes that the NDEP field in the flags thunk is always
613 of the ndep field does matter and therefore we make the DEP2 fiel
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
641 IRExpr *op, *dep1, *dep2, *ndep; local
665 IRExpr *op, *dep1, *dep2, *ndep; local
689 IRExpr *op, *hi, *lo, *ndep; local
705 IRExpr *op, *hi, *lo, *lox, *ndep; local
723 IRExpr *op, *hi, *lo, *ndep; local
739 IRExpr *op, *hi, *lo, *lox, *ndep; local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_helpers.c 223 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]

Completed in 89 milliseconds