Home
last modified time | relevance | path

Searched refs:MFENCE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1526 .. 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.
/external/llvm/lib/Target/X86/
DX86ISelLowering.h477 MFENCE, enumerator
DX86InstrInfo.td117 def X86MFence : SDNode<"X86ISD::MFENCE", SDT_X86MEMBARRIER,
DX86InstrSSE.td3745 def MFENCE : I<0xAE, MRM_F0, (outs), (ins),
3752 def : Pat<(X86MFence), (MFENCE)>;
DX86ISelLowering.cpp19274 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0)); in LowerATOMIC_FENCE()
20585 case X86ISD::MFENCE: return "X86ISD::MFENCE"; in getTargetNodeName()
/external/llvm/docs/
DAtomics.rst431 fences generate an ``MFENCE``, other fences do not cause any code to be