HomeSort by relevance Sort by last modified time
    Searched full:loadstore (Results 1 - 25 of 35) sorted by null

1 2

  /external/valgrind/none/tests/mips32/
LoadStore.vgtest 1 prog: LoadStore
Makefile.am 11 LoadStore.stdout.exp LoadStore.stdout.exp-BE LoadStore.stderr.exp \
12 LoadStore.vgtest \
44 LoadStore \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
membar.s 5 membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
10 membar #LoadStore
membar.d 11 4: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
12 8: 81 43 e0 7f membar #Sync|#MemIssue|#Lookaside|#StoreStore|#LoadStore|#StoreLoad|#LoadLoad
17 1c: 81 43 e0 04 membar #LoadStore
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStoreTest.java 150 GestureStore loadStore = new GestureStore();
151 loadStore.load(inStream);
152 assertEquals(mGestureStore.getOrientationStyle(), loadStore.getOrientationStyle());
153 assertEquals(mGestureStore.getSequenceType(), loadStore.getSequenceType());
154 assertEquals(mGestureStore.getGestureEntries(), loadStore.getGestureEntries());
155 Gesture loadedGesture = loadStore.getGestures(TEST_GESTURE_NAME).get(0);
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 19 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
38 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
58 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
sparc_atomic.s 41 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
63 membar #LoadLoad | #LoadStore ! Ensure the cas finishes before
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 14 # define _STLP_EXCH_ASM asm volatile ("casx [%3], %4, %0 ; membar #LoadLoad | #LoadStore " : \
_threads.h 300 asm("membar #StoreStore ; membar #LoadStore");
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_sparc_atomic.h 14 # define _STLP_EXCH_ASM asm volatile ("casx [%3], %4, %0 ; membar #LoadLoad | #LoadStore " : \
_threads.h 300 asm("membar #StoreStore ; membar #LoadStore");
  /external/llvm/test/MC/AArch64/
elf-globaladdress.ll 14 define void @loadstore() {
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 93 enum LoadStore {
  /libcore/ojluni/src/main/java/sun/misc/
Unsafe.java 504 * stores after the fence; a "LoadLoad plus LoadStore barrier".
509 * A pure LoadLoad fence is not provided, since the addition of LoadStore
511 * provide a LoadLoad barrier also provide a LoadStore barrier for free.
519 * stores after the fence; a "StoreStore plus LoadStore barrier".
524 * A pure StoreStore fence is not provided, since the addition of LoadStore
526 * provide a StoreStore barrier also provide a LoadStore barrier for free.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 690 protected void loadStore(
854 loadStore(mIn);
873 loadStore(dIn);
1002 this.loadStore(dgIn);
  /toolchain/binutils/binutils-2.25/bfd/
elf32-nds32.h 71 /* Tag range for LOADSTORE relocation. */
  /external/vixl/src/vixl/a64/
assembler-a64.cc     [all...]
macro-assembler-a64.cc     [all...]
  /external/v8/src/arm64/
assembler-arm64.cc     [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
rep_prefix.S 50 loadstore: label
  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 35 loadstore: label
  /art/compiler/dex/
compiler_enums.h 558 * -# Use AnyStore ~= (LoadStore | StoreStore) ~= release barrier before volatile store.
560 * -# Use LoadAny barrier ~= (LoadLoad | LoadStore) ~= acquire barrier after each volatile load.
  /system/core/libpixelflinger/codeflinger/
mips64_disassem.c 470 goto loadstore;
485 loadstore:
mips_disassem.c 469 goto loadstore;
484 loadstore:
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 548 dmb ish @ full (LoadLoad|LoadStore) memory barrier
614 dmb ish @ full (LoadStore|StoreStore) memory barrier
    [all...]

Completed in 2402 milliseconds

1 2