HomeSort by relevance Sort by last modified time
    Searched refs:Store (Results 201 - 225 of 379) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/
interface-descriptors.h 29 V(Store) \
  /external/v8/test/unittests/compiler/
machine-operator-reducer-unittest.cc     [all...]
  /external/valgrind/VEX/priv/
host_amd64_defs.h 370 Ain_CStore, /* cond. store from int reg, 32 or 64 bit only */
373 Ain_Store, /* store 32/16/8 bit value in memory */
384 Ain_A87StSW, /* store x87 status word */
391 Ain_SseLdSt, /* SSE load/store 32/64/128 bits, no alignment
393 Ain_SseCStore, /* SSE conditional store, 128 bit only, any alignment */
403 //uu Ain_AvxLdSt, /* AVX load/store 256 bits,
518 /* cond. store from int reg, 32 or 64 bit only.
544 } Store;
601 /* Store the FPU status word (fstsw m16) */
host_tilegx_defs.h 300 GXin_Store, /* store a 8|16|32|64 bit value to mem */
459 } Store;
host_x86_defs.h 363 Xin_Store, /* store 16/8 bit value in memory */
372 Xin_FpLdSt, /* FP fake load/store */
373 Xin_FpLdStI, /* FP fake load/store, converting to/from Int */
381 Xin_SseLdSt, /* SSE load/store, no alignment constraints */
502 } Store;
host_mips_isel.c 299 /* store old FCSR to stack */
367 /* store hi,lo as Ity_I32's */
    [all...]
host_ppc_defs.c 872 i->Pin.Store.sz = sz;
873 i->Pin.Store.src = src;
874 i->Pin.Store.dst = dst;
    [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/valgrind/none/tests/ppc32/
testVMX.stdout.exp 89 Function vec_dstst [Vector Data Stream Touch for Store] not checked
92 Function vec_dststt [Vector Data Stream Touch for Store Transient] not checked
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 300 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
400 ;;; Store the current value of chainlen.
  /external/zlib/src/contrib/masmx86/
match686.asm 282 ;;; Store the sum of s->window + best_len in esi locally, and in esi.
339 ;;; Store the current value of chainlen.
  /build/tools/droiddoc/templates-sdk/
footer.cs 107 <label for="newsletter-play-store" class="dac-form-floatlabel" data-t="newsletter.appUrl">One of your Play Store app URLs</label>
108 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
epydoc.js 2 // Search for any private/public links on this page. Store
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
epydoc.js 2 // Search for any private/public links on this page. Store
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 488 return new (Arena) til::Store(E0, E1);
658 til::SExpr *St = new (Arena) til::Store(Ptr, E);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
LegalizeVectorOps.cpp 229 } else if (Op.getOpcode() == ISD::STORE) {
672 // Store Stride in bytes
683 SDValue Store = DAG.getTruncStore(Chain, dl, Ex, BasePTR,
691 Stores.push_back(Store);
    [all...]
  /external/skia/bench/
Android.mk 475 # Store skia's resources in the directory structure that the Android testing
  /external/v8/src/compiler/
js-generic-lowering.cc 365 node, machine()->Store(StoreRepresentation(MachineRepresentation::kTagged,
657 NodeProperties::ChangeOp(node, machine()->Store(representation));
  /external/valgrind/exp-dhat/
dh_main.c 142 tl_assert(foundval == 0); // we don't store vals in the interval tree
784 // Store(&g_guest_instrs_executed, t2)
934 IRExpr* data = st->Ist.Store.data;
935 IRExpr* aexpr = st->Ist.Store.addr;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 18 /// instruction (including MOV), store the shadow bits on every memory
59 /// coming from 2 different allocations, the last store wins. Because of this,
66 /// a short (i.e. 1 byte) clean store, and it is also good for performance.
70 /// Ideally, every atomic store of application value should update the
71 /// corresponding shadow location in an atomic way. Unfortunately, atomic store
78 /// and we store the shadow _before_ the app store. Also, we always store clean
79 /// shadow (if the application store is atomic). This way, if the store-loa
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 69 "slp-vectorize-hor-store", cl::init(false), cl::Hidden,
71 "Attempt to vectorize horizontal reductions feeding into a store"));
96 // Another limit for the alias checks: The maximum distance between load/store
320 case Instruction::Store: {
345 /// \returns True if the instruction is not a volatile or atomic load/store.
434 /// \brief Take the pointer operand from the Load/Store instruction.
435 /// \returns NULL if this is not a valid Load/Store instruction.
438 /// \brief Take the address space operand from the Load/Store instruction.
439 /// \returns -1 if this is not a valid Load/Store instruction.
552 // Store the result in the cache
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 86 auto *Store = new llvm::StoreInst(Init, Var.getPointer());
87 Store->setAlignment(Var.getAlignment().getQuantity());
89 Block->getInstList().insertAfter(AllocaInsertPt->getIterator(), Store);
771 // Store the updated result through the lvalue.
    [all...]

Completed in 1581 milliseconds

1 2 3 4 5 6 7 891011>>