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

  /external/chromium_org/tools/gn/
config_values_extractors_unittest.cc 32 // Construct a chain of dependencies: target -> dep1 -> dep2
36 // Set up dep2, direct and all dependent configs.
37 Config dep2_all(setup.settings(), Label(SourceDir("//dep2/"), "all"));
38 dep2_all.config_values().cflags().push_back("--dep2-all");
39 dep2_all.config_values().include_dirs().push_back(SourceDir("//dep2/all/"));
41 Config dep2_direct(setup.settings(), Label(SourceDir("//dep2/"), "direct"));
42 dep2_direct.config_values().cflags().push_back("--dep2-direct");
44 SourceDir("//dep2/direct/"));
46 Target dep2(setup.settings(), Label(SourceDir("//dep2/"), "dep2"))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_defs.h 244 UInt s390_calculate_cond(ULong mask, ULong op, ULong dep1, ULong dep2,
guest_s390_toIR.c 532 s390_cc_thunk_fill(IRExpr *op, IRExpr *dep1, IRExpr *dep2, IRExpr *ndep)
543 stmt(IRStmt_Put(dep2_off, dep2));
578 IRExpr *op, *dep1, *dep2, *ndep; local
582 dep2 = mkU64(0);
585 s390_cc_thunk_fill(op, dep1, dep2, ndep);
592 IRExpr *op, *dep1, *dep2, *ndep; local
596 dep2 = s390_cc_widen(d2, sign_extend);
599 s390_cc_thunk_fill(op, dep1, dep2, ndep);
606 of the ndep field does matter and therefore we make the DEP2 field
609 DEP2 = original_DEP2 ^ NDE
617 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
634 IRExpr *op, *dep1, *dep2, *ndep; local
658 IRExpr *op, *dep1, *dep2, *ndep; local
757 IRExpr **args, *call, *op, *dep1, *dep2, *ndep; local
780 IRExpr **args, *call, *op, *dep1, *dep2, *mask; local
816 IRExpr **args, *call, *op, *dep1, *dep2, *ndep, *mask; local
    [all...]
guest_s390_helpers.c 222 and DEP2 have to be tracked. See detailed comment in
972 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
987 /* Recover the original DEP2 value. See comment near s390_cc_thunk_put3 \
    [all...]
guest_arm64_toIR.c 1505 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...]

Completed in 883 milliseconds