Home
last modified time | relevance | path

Searched refs:dep2 (Results 1 – 8 of 8) sorted by relevance

/external/toybox/kconfig/
Dexpr.h48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) argument
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2)) argument
81 struct expr *dep, *dep2; member
Dmenu.c233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; in menu_finalize() local
294 dep2 = expr_copy(basedep); in menu_finalize()
295 expr_eliminate_eq(&dep, &dep2); in menu_finalize()
297 if (!expr_is_yes(dep2)) { in menu_finalize()
298 expr_free(dep2); in menu_finalize()
301 expr_free(dep2); in menu_finalize()
/external/valgrind/VEX/priv/
Dguest_s390_defs.h245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
Dguest_s390_toIR.c539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill() argument
550 stmt(IRStmt_Put(dep2_off, dep2)); in s390_cc_thunk_fill()
585 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local
589 dep2 = mkU64(0); in s390_cc_thunk_put1()
592 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put1()
599 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local
603 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put2()
606 s390_cc_thunk_fill(op, dep1, dep2, ndep); in s390_cc_thunk_put2()
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local
628 dep2 = s390_cc_widen(d2, sign_extend); in s390_cc_thunk_put3()
[all …]
Dguest_s390_helpers.c1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) in s390_calculate_cond() argument
1797 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep); in s390_calculate_cond()
Dguest_arm64_toIR.c1955 IRTemp dep2 = newTemp(Ity_I64); in setFlags_ADD_SUB_conditionally() local
1960 assign(dep2, IRExpr_ITE(mkexpr(cond), mkexpr(t_dep2), mkexpr(f_dep2))); in setFlags_ADD_SUB_conditionally()
1965 stmt( IRStmt_Put( OFFB_CC_DEP2, mkexpr(dep2) )); in setFlags_ADD_SUB_conditionally()
Dguest_x86_toIR.c914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument
928 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()
Dguest_amd64_toIR.c1776 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2() argument
1794 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto64(mkexpr(dep2))) ); in setFlags_DEP1_DEP2()