HomeSort by relevance Sort by last modified time
    Searched refs:dep1 (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
51 // Set up dep1, direct and all dependent configs.
52 Config dep1_all(setup.settings(), Label(SourceDir("//dep1/"), "all"));
53 dep1_all.config_values().cflags().push_back("--dep1-all");
54 dep1_all.config_values().include_dirs().push_back(SourceDir("//dep1/all/"));
56 Config dep1_direct(setup.settings(), Label(SourceDir("//dep1/"), "direct"));
57 dep1_direct.config_values().cflags().push_back("--dep1-direct");
59 SourceDir("//dep1/direct/"));
61 Target dep1(setup.settings(), Label(SourceDir("//dep1/"), "dep1"))
    [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)
542 stmt(IRStmt_Put(dep1_off, dep1));
578 IRExpr *op, *dep1, *dep2, *ndep; local
581 dep1 = s390_cc_widen(d1, sign_extend);
585 s390_cc_thunk_fill(op, dep1, dep2, ndep);
592 IRExpr *op, *dep1, *dep2, *ndep; local
595 dep1 = s390_cc_widen(d1, sign_extend);
599 s390_cc_thunk_fill(op, dep1, dep2, ndep);
617 IRExpr *op, *dep1, *dep2, *ndep, *dep2x; local
620 dep1 = s390_cc_widen(d1, sign_extend)
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 221 /* Flags thunk: OP and NDEP are always defined, whereas DEP1
    [all...]
guest_arm64_toIR.c 1504 IRTemp dep1 = 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 )
927 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
935 /* Set the OP and DEP1 fields only, and write zero to DEP2. */
938 void setFlags_DEP1 ( IROp op8, IRTemp dep1, IRType ty )
952 stmt( IRStmt_Put( OFFB_CC_DEP1, widenUto32(mkexpr(dep1))) );
989 /* DEP1 contains the result, DEP2 contains the undershifted value. *
    [all...]
guest_amd64_toIR.c     [all...]

Completed in 495 milliseconds