Home
last modified time | relevance | path

Searched refs:SOPP (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSOPInstructions.td796 // SOPP Instructions
807 class SOPP <bits<7> op, dag ins, string asm, list<dag> pattern = []> :
814 let SOPP = 1;
823 def S_NOP : SOPP <0x00000000, (ins i16imm:$simm16), "s_nop $simm16">;
827 def S_ENDPGM : SOPP <0x00000001, (ins), "s_endpgm",
835 def S_ENDPGM_SAVED : SOPP <0x0000001B, (ins), "s_endpgm_saved"> {
845 SOPP<0x01e, (ins), "s_endpgm_ordered_ps_done">;
850 def S_BRANCH : SOPP <
857 def S_CBRANCH_SCC0 : SOPP <
861 def S_CBRANCH_SCC1 : SOPP <
[all …]
DSIInstrFormats.td36 field bit SOPP = 0;
132 let TSFlags{6} = SOPP;
DSIDefines.h30 SOPP = 1 << 6, enumerator
DSIInstrInfo.h357 return MI.getDesc().TSFlags & SIInstrFlags::SOPP; in isSOPP()
361 return get(Opcode).TSFlags & SIInstrFlags::SOPP; in isSOPP()
/external/llvm/docs/
DAMDGPUUsage.rst75 SOPP Instructions
78 Unless otherwise mentioned, all SOPP instructions that have one or more
/external/llvm/lib/Target/AMDGPU/
DSIInstrFormats.td29 field bits<1> SOPP = 0;
65 let TSFlags{9} = SOPP;
331 class SOPP <bits<7> op, dag ins, string asm, list<dag> pattern = []> :
338 let SOPP = 1;
DSIInstructions.td421 // SOPP Instructions
424 def S_NOP : SOPP <0x00000000, (ins i16imm:$simm16), "s_nop $simm16">;
428 def S_ENDPGM : SOPP <0x00000001, (ins), "s_endpgm",
437 def S_BRANCH : SOPP <
444 def S_CBRANCH_SCC0 : SOPP <
448 def S_CBRANCH_SCC1 : SOPP <
456 def S_CBRANCH_VCCZ : SOPP <
460 def S_CBRANCH_VCCNZ : SOPP <
467 def S_CBRANCH_EXECZ : SOPP <
471 def S_CBRANCH_EXECNZ : SOPP <
[all …]
DSIDefines.h26 SOPP = 1 << 9, enumerator
DSIInstrInfo.h240 return MI.getDesc().TSFlags & SIInstrFlags::SOPP; in isSOPP()
244 return get(Opcode).TSFlags & SIInstrFlags::SOPP; in isSOPP()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUUsage.rst4229 SOPP subsubsection
4246 For full list of supported instructions, refer to "SOPP Instructions" in ISA Manual.
4249 of SOPP Instructions, so it is up to the programmer to be familiar with the
DAMDGPUAsmGFX7.rst517 SOPP chapter
DAMDGPUAsmGFX8.rst539 SOPP chapter
DAMDGPUAsmGFX9.rst692 SOPP chapter