Home
last modified time | relevance | path

Searched defs:dep2 (Results 1 – 7 of 7) 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
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep) in s390_cc_thunk_fill()
585 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1() local
599 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put2() local
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; in s390_cc_thunk_put3() local
641 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_put1f() local
665 IRExpr *op, *dep1, *dep2, *ndep; in s390_cc_thunk_putFZ() local
764 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; in s390_call_calculate_cc() local
787 IRExpr **args, *call, *op, *dep1, *dep2, *mask; in s390_call_calculate_icc() local
823 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; in s390_call_calculate_cond() local
845 #define s390_cc_thunk_putZZ(op,dep1,dep2) s390_cc_thunk_put2(op,dep1,dep2,False) argument
[all …]
Dguest_s390_helpers.c1795 s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2, ULong ndep) in s390_calculate_cond()
Dguest_x86_toIR.c914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2()
Dguest_arm64_toIR.c1955 IRTemp dep2 = newTemp(Ity_I64); in setFlags_ADD_SUB_conditionally() local
Dguest_amd64_toIR.c1776 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty ) in setFlags_DEP1_DEP2()