Changes between Version 23 and Version 24 of GcnInstrsVop2


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop2

    v23 v24  
    554554<code>UINT64 temp = (UINT64)SRC0 + (UINT64)SRC1
    555555VDST = temp
    556 SDS = 0
     556SDST = 0
    557557UINT64 mask = (1ULL&lt;&lt;LANEID)
    558558SDST = (SDST&amp;~mask) | ((temp &gt;&gt; 32) ? mask : 0)</code></p>