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

<<111213141516

  /art/compiler/utils/x86_64/
assembler_x86_64.h 717 // Store routines
718 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
idct32x32_add_neon.asm 87 ; Store into output (sometimes as as temporary storage)
126 ; store back into dest[j * dest_stride + 0-31]
160 ; store back into dest[j * dest_stride + 0-31]
194 ; store back into dest[j * dest_stride + 0-31]
228 ; store back into dest[j * dest_stride + 0-31]
410 ; Store both matrices after each other. There is a stride of 32, which
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 61 void Store(Register src, const Operand& dst, Representation r);
283 // Store the value in register/immediate src in the safepoint
410 // FastDoubleElements. If it can, store it at the index specified by key in
    [all...]
  /external/v8/src/runtime/
runtime-simd.cc     [all...]
  /external/valgrind/VEX/priv/
host_ppc_defs.h 461 Pin_Store, /* store a 8|16|32|64 bit value to mem */
462 Pin_StoreC, /* store-conditional (stwcx./stdcx.) 32|64 bit val */
470 Pin_FpLdSt, /* FP load/store */
480 Pin_AvLdSt, /* AV load/store (kludging for AMode_IR) */
667 } Store;
668 /* Store-conditional (stwcx., stdcx.) */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 87 ; Store into output (sometimes as as temporary storage)
126 ; store back into dest[j * dest_stride + 0-31]
160 ; store back into dest[j * dest_stride + 0-31]
194 ; store back into dest[j * dest_stride + 0-31]
228 ; store back into dest[j * dest_stride + 0-31]
410 ; Store both matrices after each other. There is a stride of 32, which
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eventsys.h 188 virtual HRESULT WINAPI Store(BSTR ProgID,IUnknown *pInterface) = 0;
205 HRESULT (WINAPI *Store)(IEventSystem *This,BSTR ProgID,IUnknown *pInterface);
224 #define IEventSystem_Store(This,ProgID,pInterface) (This)->lpVtbl->Store(This,ProgID,pInterface)
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 547 // Store remaining ArgRegs to the stack if this is a varargs function.
829 // store SRet argument in %sp+64
    [all...]
  /art/compiler/utils/arm/
assembler_arm.h 240 // Load/store multiple addressing mode.
352 L = 1 << 20, // load (or store)
574 // Load/store instructions.
736 // Load and Store. May clobber IP.
921 // Store routines
922 void Store(FrameOffset offs, ManagedRegister src, size_t size) OVERRIDE;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 775 // Default all indexed load / store to expand.
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 177 void Store(Register src, const MemOperand& dst, Representation r);
183 // Store an object to the root table.
470 // Store value in register src in the safepoint stack slot for
483 // Store two consecutive registers to two consecutive memory locations.
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 630 // Store it in the context.
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 207 // Store it in the context.
    [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 116 buffer_.Store<uint32_t>(overwrite_location_, value);
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 82 buffer_.Store<uint32_t>(overwrite_location_, value);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 182 | Store
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 316 if (User->getOpcode() == ISD::STORE &&
524 // writes to memory. It's not safe to move the callee (a load) across a store.
584 // Lower fpround and fpextend nodes that target the FP stack to be store and
632 // FIXME: optimize the case where the src/dest is a load or store?
633 SDValue Store = CurDAG->getTruncStore(CurDAG->getEntryNode(), dl,
637 SDValue Result = CurDAG->getExtLoad(ISD::EXTLOAD, dl, DstVT, Store, MemTmp,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/v8/src/
code-stub-assembler.cc 425 // Store a filler and increase the address by kPointerSize.
653 return Store(MachineRepresentation::kTagged, object,
682 return Store(rep, object, offset, value);
869 // Don't use doubles to store the hole double, since manipulating the
876 // this to an indexed Float64 store.
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 206 // Store it in the context.
    [all...]
  /external/v8/tools/
tickprocessor.js 44 /^(?:CallIC|LoadIC|StoreIC)|(?:Builtin: (?:Keyed)?(?:Call|Load|Store)IC_)/;
  /frameworks/base/docs/html/guide/
guide_toc.cs 577 <span class="en">Certificate Store</span></a>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 1132 stvx v1, r5, r3 ;# store P0
1133 stvx v2, 0, r3 ;# store Q0
1168 ;# Store 4 pels at word "Offs" in temp array, then advance r7
    [all...]

Completed in 2808 milliseconds

<<111213141516