Searched refs:SFENCE (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 312 SFENCE, enumerator
|
D | X86InstrInfo.td | 115 def X86SFence : SDNode<"X86ISD::SFENCE", SDT_X86MEMBARRIER,
|
D | X86GenInstrInfo.inc | 2379 SFENCE = 2363, 6547 …0, 0, "SFENCE", 0|(1<<MCID::MayLoad)|(1<<MCID::MayStore)|(1<<MCID::UnmodeledSideEffects), 0x15c000…
|
D | X86InstrSSE.td | 3192 def SFENCE : I<0xAE, MRM_F8, (outs), (ins), 3199 def : Pat<(X86SFence), (SFENCE)>;
|
D | X86GenAsmWriter.inc | 2376 8286U, // SFENCE
|
D | X86GenAsmWriter1.inc | 2376 6208U, // SFENCE
|
D | X86GenAsmMatcher.inc | 4891 { X86::SFENCE, "sfence", Convert, { }, 0},
|
D | X86GenDisassemblerTables.inc | 28375 "SFENCE" 133235 0x93b, /* SFENCE*/ 136562 0x93b, /* SFENCE*/ 139913 0x93b, /* SFENCE*/ 143269 0x93b, /* SFENCE*/ 146620 0x93b, /* SFENCE*/ 149981 0x93b, /* SFENCE*/ 153328 0x93b, /* SFENCE*/ 156680 0x93b, /* SFENCE*/ 160027 0x93b, /* SFENCE*/ [all …]
|
D | X86ISelLowering.cpp | 10194 return DAG.getNode(X86ISD::SFENCE, dl, MVT::Other, Op.getOperand(0)); in LowerMEMBARRIER()
|
D | X86GenDAGISel.inc | 26257 /*53915*/ OPC_MorphNodeTo, TARGET_VAL(X86::SFENCE), 0|OPFL_Chain, 26260 // Dst: (SFENCE) 46350 /*SwitchOpcode*/ 8, TARGET_VAL(X86ISD::SFENCE),// ->96812 46353 /*96806*/ OPC_MorphNodeTo, TARGET_VAL(X86::SFENCE), 0|OPFL_Chain, 46356 // Dst: (SFENCE)
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 2617 .. opcode:: SFENCE - Store memory fence 2619 Syntax: ``SFENCE resource`` 2621 Example: ``SFENCE RES[0]``
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1701 #define SFENCE sfence macro
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSSE.td | 3682 def SFENCE : I<0xAE, MRM_F8, (outs), (ins),
|