HomeSort by relevance Sort by last modified time
    Searched full:mfence (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/kernel-headers/original/asm-x86/
system_32.h 222 #define mb() alternative("lock; addl $0,0(%%esp)", "mfence", X86_FEATURE_XMM2)
  /dalvik/vm/compiler/codegen/x86/libenc/
encoder.h 713 // mfence : Memory Fence
714 //!char *mfence(char * stream);
  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 536 On AMD64 we emit a real "mfence". */
538 } MFence;
host_x86_defs.h 510 real "mfence", on SSE1 "sfence ; lock addl $0,0(%esp)" and
516 } MFence;
host_x86_defs.c 726 i->Xin.MFence.hwcaps = hwcaps;
    [all...]
host_arm_defs.h 860 } MFence;
host_ppc_defs.h 684 } MFence;
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 316 void mfence();
  /art/compiler/utils/x86/
assembler_x86.h 427 void mfence();
assembler_x86.cc 1210 void X86Assembler::mfence() { function in class:art::x86::X86Assembler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_info.c 204 { 1, 0, 0, 0, 0, 0, OTHR, "MFENCE", TGSI_OPCODE_MFENCE },
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 739 " MFENCE RLOCAL\n"
751 " MFENCE RLOCAL\n"
769 " MFENCE RLOCAL\n"
778 " MFENCE RLOCAL\n"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_info.c 204 { 1, 0, 0, 0, 0, 0, OTHR, "MFENCE", TGSI_OPCODE_MFENCE },
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 739 " MFENCE RLOCAL\n"
751 " MFENCE RLOCAL\n"
769 " MFENCE RLOCAL\n"
778 " MFENCE RLOCAL\n"
    [all...]
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 298 err = item.mFence->waitForever("SurfaceMediaSource::read");
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 395 mFbFence = mSlots[item.mBuf].mFence;
  /external/llvm/test/MC/X86/
x86-32.s 12 mfence
13 // CHECK: mfence
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
tgsi.rst 1526 .. opcode:: MFENCE - Memory fence
1528 Syntax: ``MFENCE resource``
1530 Example: ``MFENCE RES[0]``
1544 Similar to MFENCE, but it only affects the ordering of memory loads.
1553 Similar to MFENCE, but it only affects the ordering of memory stores.
    [all...]
  /external/mesa3d/src/gallium/docs/source/
tgsi.rst 1526 .. opcode:: MFENCE - Memory fence
1528 Syntax: ``MFENCE resource``
1530 Example: ``MFENCE RES[0]``
1544 Similar to MFENCE, but it only affects the ordering of memory loads.
1553 Similar to MFENCE, but it only affects the ordering of memory stores.
    [all...]
  /external/llvm/docs/
Atomics.rst 426 fences generate an ``MFENCE``, other fences do not cause any code to be
  /external/llvm/test/MC/Disassembler/X86/
x86-32.txt 60 # CHECK: mfence
simple-tests.txt 24 # CHECK: mfence
  /frameworks/native/include/gui/
GLConsumer.h 393 // mFence is the EGL sync object that must signal before the buffer
  /art/runtime/
disassembler_x86.cc 510 static const char* xAE_opcodes[] = {"unknown-AE", "unknown-AE", "unknown-AE", "unknown-AE", "unknown-AE", "lfence", "mfence", "sfence"};
  /external/oprofile/events/x86-64/family10/
events 135 event:0x1d5 counters:0,1,2,3 um:zero minimum:500 name:MFENCE_INSTRUCTIONS_RETIRED : MFENCE Instructions Retired (RevC and later)

Completed in 1380 milliseconds

1 23 4 5