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

/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) argument
1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
H A Dguest_x86_toIR.c914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
927 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
952 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
H A Dguest_arm64_toIR.c1959 IRTemp dep1 = newTemp(Ity_I64); local
1964 assign(dep1, IRExpr_ITE(mkexpr(cond), mkexpr(t_dep1), mkexpr(f_dep1)));
1969 stmt( IRStmt_Put( OFFB_CC_DEP1, mkexpr(dep1) ));
H A Dguest_s390_toIR.c539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) argument
549 stmt(IRStmt_Put(dep1_off, dep1));
585 IRExpr *op, *dep1, *dep2, *ndep; local
588 dep1 = s390_cc_widen(d1, sign_extend);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
602 dep1 = s390_cc_widen(d1, sign_extend);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
627 dep1
641 IRExpr *op, *dep1, *dep2, *ndep; local
665 IRExpr *op, *dep1, *dep2, *ndep; local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
[all...]
H A Dguest_amd64_toIR.c1793 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) argument
1810 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );
1818 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty ) argument
1836 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto64(mkexpr(dep1))) );
[all...]

Completed in 367 milliseconds