Changes between Version 5 and Version 6 of GcnInstrsSopp


Ignore:
Timestamp:
05/20/16 22:00:21 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsSopp

    v5 v6  
    270270Operation:<br />
    271271<code>PC = RELADDR</code></p>
     272<h4>S_CBRANCH_CDBGSYS</h4>
     273<p>Opcode: 23 (0x17) for GCN 1.1/1.2<br />
     274Syntax: S_CBRANCH_CDBGSYS RELADDR<br />
     275Description: Jump to address RELADDR if COND_DBG_SYS status bit is set.</p>
     276<h4>S_CBRANCH_CDBGSYS_AND_USER</h4>
     277<p>Opcode: 26 (0x1a) for GCN 1.1/1.2<br />
     278Syntax: S_CBRANCH_CDBGSYS_AND_USER RELADDR<br />
     279Description: Jump to address RELADDR if COND_DBG_SYS and COND_DBG_USER status bit is set.</p>
     280<h4>S_CBRANCH_CDBGSYS_OR_USER</h4>
     281<p>Opcode: 25 (0x19) for GCN 1.1/1.2<br />
     282Syntax: S_CBRANCH_CDBGSYS_OR_USER RELADDR<br />
     283Description: Jump to address RELADDR if COND_DBG_SYS or COND_DBG_USER status bit is set.</p>
     284<h4>S_CBRANCH_CDBGUSER</h4>
     285<p>Opcode: 24 (0x18) for GCN 1.1/1.2<br />
     286Syntax: S_CBRANCH_CDBGUSER RELADDR<br />
     287Description: Jump to address RELADDR if COND_DBG_USER status bit is set.</p>
    272288<h4>S_CBRANCH_EXECNZ</h4>
    273289<p>Opcode: 9 (0x9)<br />