Changes between Version 26 and Version 27 of GcnIsa


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnIsa

    v26 v27  
    1010the most GPU's have few different resource types for which access is different. Hence,
    1111few instruction's kinds: scalar, vector, main memory access instructions.</p>
     12<h3>Instruction suffixes</h3>
     13<p>Optionally, suffixes can be appended to instruction mnemonic to indicate encoding size.
     14<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>
    1216<h3>Language that describes operation.</h3>
    1317<p>In 'Operation' field, this document describes operation in specific computer language.