Searched defs:ndep (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | guest_s390_helpers.c | 672 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) argument 674 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
|
H A D | guest_s390_toIR.c | 409 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) argument 421 stmt(IRStmt_Put(ndep_off, ndep)); 455 IRExpr *op, *dep1, *dep2, *ndep; local 460 ndep = mkU64(0); 462 s390_cc_thunk_fill(op, dep1, dep2, ndep); 469 IRExpr *op, *dep1, *dep2, *ndep; local 474 ndep = mkU64(0); 476 s390_cc_thunk_fill(op, dep1, dep2, ndep); 483 of the ndep field does matter and therefore we make the DEP2 field 494 IRExpr *op, *dep1, *dep2, *ndep, *dep2 local 511 IRExpr *op, *dep1, *dep2, *ndep; local 527 IRExpr *op, *dep1, *dep2, *ndep; local 543 IRExpr *op, *hi, *lo, *ndep; local 559 IRExpr *op, *hi, *lo, *lox, *ndep; local 584 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local 629 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local [all...] |
Completed in 65 milliseconds