Changes between Version 1 and Version 2 of GcnSdwaDpp


Ignore:
Timestamp:
06/04/17 18:00:34 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnSdwaDpp

    v1 v2  
    8181</tbody>
    8282</table>
    83 <p>The DST_SEL modifier determines which first part of destination dword will be placed
    84 to choosen part with same length of this dword.
    85 This make operation <code>(RESULT &amp; PARTMASK) &lt;&lt; PARTSHIFT</code>.
    86 The SRC0_SEL and SRC1_SEL determines what part of source dword will be placed to first
     83<p>The DST_SEL modifier determines which part of dword will hold first part (with same length)
     84of destination dword will be placed. This make operation <code>(RESULT &amp; PARTMASK) &lt;&lt; PARTSHIFT</code>.
     85The SRC0_SEL and SRC1_SEL determines which part of source dword will be placed to first
    8786part of this source dword. This make operation <code>(SOURCE&gt;&gt;PARTSHIFT) &amp; PARTMASK</code>.
    8887Possible part selection for DST_SEL, SRC0_SEL and SRC1_SEL:</p>