Changes between Version 17 and Version 18 of GcnInstrsDs


Ignore:
Timestamp:
01/04/16 08:00:17 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsDs

    v17 v18  
    12801280Description: Append entries to buffer. This instruction increments 32-bit value in
    12811281LDS/GDS at address OFFSET&~3 by number of the active threads, and
    1282 store previous value from LDS/GDS at this same address into VDST.
     1282store previous value from LDS/GDS at this same address into VDST.<br />
    12831283Operation:<br />
    12841284<code>UINT32* V = (UINT32*)(DS + (OFFSET&amp;~3))
     
    12901290Description: Consume entries to buffer. This instruction increments 32-bit value in
    12911291LDS/GDS at address OFFSET&amp;~3 by number of the active threads, and
    1292 store previous value from LDS/GDS at this same address into VDST.
     1292store previous value from LDS/GDS at this same address into VDST.<br />
    12931293Operation:<br />
    12941294<code>UINT32* V = (UINT32*)(DS + (OFFSET&amp;~3))