Changes between Version 27 and Version 28 of GcnIsa


Ignore:
Timestamp:
07/04/16 20:00:25 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnIsa

    v27 v28  
    1313<p>Optionally, suffixes can be appended to instruction mnemonic to indicate encoding size.
    1414<code>_e32</code> suffix marks that instruction will be encoded in single dword.
    15 <code>_e64</code> suffix marks that instruction will be encoded in two dwords.</p>
     15<code>_e64</code> suffix marks that instruction will be encoded in two dwords.
     16<code>_sdwa</code> suffix marks that instruction uses SDWA encoding.
     17<code>_dpp</code> suffix marks that instruction uses DPP encoding.</p>
    1618<h3>Language that describes operation.</h3>
    1719<p>In 'Operation' field, this document describes operation in specific computer language.