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 245 ULong ndep);
guest_s390_toIR.c 532 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
544 stmt(IRStmt_Put(ndep_off, ndep));
578 IRExpr *op, *dep1, *dep2, *ndep; local
583 ndep = mkU64(0);
585 s390_cc_thunk_fill(op, dep1, dep2, ndep);
592 IRExpr *op, *dep1, *dep2, *ndep; local
597 ndep = mkU64(0);
599 s390_cc_thunk_fill(op, dep1, dep2, ndep);
603 /* memcheck believes that the NDEP field in the flags thunk is always
606 of the ndep field does matter and therefore we make the DEP2 fiel
617 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
634 IRExpr *op, *dep1, *dep2, *ndep; local
658 IRExpr *op, *dep1, *dep2, *ndep; local
682 IRExpr *op, *hi, *lo, *ndep; local
698 IRExpr *op, *hi, *lo, *lox, *ndep; local
716 IRExpr *op, *hi, *lo, *ndep; local
732 IRExpr *op, *hi, *lo, *lox, *ndep; local
757 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
816 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_helpers.c 221 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]

Completed in 197 milliseconds