Searched defs:dep1 (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c1172 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) argument
1174 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
H A Dguest_s390_toIR.c499 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) argument
509 stmt(IRStmt_Put(dep1_off, dep1));
545 IRExpr *op, *dep1, *dep2, *ndep; local
548 dep1 = s390_cc_widen(d1, sign_extend);
552 s390_cc_thunk_fill(op, dep1, dep2, ndep);
559 IRExpr *op, *dep1, *dep2, *ndep; local
562 dep1 = s390_cc_widen(d1, sign_extend);
566 s390_cc_thunk_fill(op, dep1, dep2, ndep);
584 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
587 dep1
601 IRExpr *op, *dep1, *dep2, *ndep; local
617 IRExpr *op, *dep1, *dep2, *ndep; local
674 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
697 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
733 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
[all...]
H A Dguest_x86_toIR.c916 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
929 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
940 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
954 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
H A Dguest_amd64_toIR.c1742 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
1759 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );
1767 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
1785 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );

Completed in 195 milliseconds