Searched refs:MFENCE (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/docs/source/ |
D | 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.
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 477 MFENCE, enumerator
|
D | X86InstrInfo.td | 117 def X86MFence : SDNode<"X86ISD::MFENCE", SDT_X86MEMBARRIER,
|
D | X86InstrSSE.td | 3745 def MFENCE : I<0xAE, MRM_F0, (outs), (ins), 3752 def : Pat<(X86MFence), (MFENCE)>;
|
D | X86ISelLowering.cpp | 19274 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/ |
D | Atomics.rst | 431 fences generate an ``MFENCE``, other fences do not cause any code to be
|