Changes between Version 16 and Version 17 of GcnInstrsDs


Ignore:
Timestamp:
12/26/15 18:00:15 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsDs

    v16 v17  
    525525<td>✓</td>
    526526<td>✓</td>
    527 <td>DS_ORDERED_COUNT</td>
     527<td>DS_ORDERED_COUNT (???)</td>
    528528<td>DS_BPERMUTE_B32</td>
    529529</tr>
     
    14051405<p>Opcode: 196 (0xc4)<br />
    14061406Syntax: DS_DEC_SRC2_U64 ADDR [OFFSET:OFFSET]<br />
    1407 Description: Load unsigned 64-bit value from LDS/GDS at address A, and compare with unsigned
    1408 64-bit value at address B. If value at address B is greater or equal and loaded
     1407Description: Load unsigned 64-bit value from LDS/GDS at address A, and compare with
     1408unsigned 64-bit value at address B. If value at address B is greater or equal and loaded
    14091409unsigned value is not zero, then decrement value from LDS/GDS, otherwise store value
    14101410at address B to LDS/GDS at address A. Refer to listing to learn about addressing.