Changes between Version 8 and Version 9 of GcnInstrsSop1


Ignore:
Timestamp:
05/29/16 10:00:30 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsSop1

    v8 v9  
    697697Syntax: S_WQM_B32 SDST, SSRC0<br />
    698698Description: For every 4-bit groups in SSRC0, if any bit of that group is set, then
    699 set all four bits for that group, otherwise zeroes all bits; and store that result into SDST.
    700 If result is non-zero, store 1 to SCC, otherwise store 0 to SCC.<br />
     699set all four bits for that group, otherwise zeroes all bits; and store that result into
     700SDST. If result is non-zero, store 1 to SCC, otherwise store 0 to SCC.<br />
    701701Operation:<br />
    702702<code>UINT32 temp = 0
     
    709709Syntax: S_WQM_B64 SDST(2), SSRC0(2)<br />
    710710Description: For every 4-bit groups in SSRC0, if any bit of that group is set, then
    711 set all four bits for that group, otherwise zeroes all bits; and store that result into SDST.
    712 If result is non-zero, store 1 to SCC, otherwise store 0 to SCC.
     711set all four bits for that group, otherwise zeroes all bits; and store that result into
     712SDST. If result is non-zero, store 1 to SCC, otherwise store 0 to SCC.
    713713SDST and SSRC0 are 64-bit.<br />
    714714Operation:<br />