HomeSort by relevance Sort by last modified time
    Searched defs:dep2 (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/VEX/priv/
guest_arm64_toIR.c 1505 IRTemp dep2 = newTemp(Ity_I64); local
    [all...]
guest_s390_toIR.c 532 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
543 stmt(IRStmt_Put(dep2_off, dep2));
578 IRExpr *op, *dep1, *dep2, *ndep; local
582 dep2 = mkU64(0);
585 s390_cc_thunk_fill(op, dep1, dep2, ndep);
592 IRExpr *op, *dep1, *dep2, *ndep; local
596 dep2 = s390_cc_widen(d2, sign_extend);
599 s390_cc_thunk_fill(op, dep1, dep2, ndep);
606 of the ndep field does matter and therefore we make the DEP2 field
609 DEP2 = original_DEP2 ^ NDE
617 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
634 IRExpr *op, *dep1, *dep2, *ndep; local
658 IRExpr *op, *dep1, *dep2, *ndep; local
757 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
780 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
816 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]

Completed in 1135 milliseconds