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

  /external/toybox/kconfig/
expr.h 48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2))
49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
81 struct expr *dep, *dep2; member in struct:symbol
menu.c 233 struct expr *parentdep, *basedep, *dep, *dep2, **ep; local
294 dep2 = expr_copy(basedep);
295 expr_eliminate_eq(&dep, &dep2);
297 if (!expr_is_yes(dep2)) {
298 expr_free(dep2);
301 expr_free(dep2);
  /external/valgrind/VEX/priv/
guest_s390_defs.h 245 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_s390_toIR.c 539 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
550 stmt(IRStmt_Put(dep2_off, dep2));
585 IRExpr *op, *dep1, *dep2, *ndep; local
589 dep2 = mkU64(0);
592 s390_cc_thunk_fill(op, dep1, dep2, ndep);
599 IRExpr *op, *dep1, *dep2, *ndep; local
603 dep2 = s390_cc_widen(d2, sign_extend);
606 s390_cc_thunk_fill(op, dep1, dep2, ndep);
613 of the ndep field does matter and therefore we make the DEP2 field
616 DEP2 = original_DEP2 ^ NDE
624 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
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...]
guest_s390_helpers.c 224 and DEP2 have to be tracked. See detailed comment in
974 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
989 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
    [all...]
guest_arm64_toIR.c 1955 IRTemp dep2 = newTemp(Ity_I64); local
    [all...]
guest_x86_toIR.c 799 interested in DEP1 and DEP2. */
823 checking. We're only interested in DEP1 and DEP2. */
845 interested in DEP1 and DEP2. */
910 /* Set the flags thunk OP, DEP1 and DEP2 fields. The supplied op is
914 void setFlags_DEP1_DEP2 ( IROp op8, IRTemp dep1, IRTemp dep2, IRType ty )
928 stmt( IRStmt_Put( OFFB_CC_DEP2, widenUto32(mkexpr(dep2))) );
935 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
989 /* DEP1 contains the result, DEP2 contains the undershifted value. */
    [all...]
guest_amd64_toIR.c     [all...]
  /bionic/tests/math_data/
ldexpf_intel_data.h 1624 0x1.1745dep2,
    [all...]
scalbnf_intel_data.h 1624 0x1.1745dep2,
    [all...]
scalbf_intel_data.h 1634 0x1.1745dep2,
    [all...]

Completed in 698 milliseconds