Changes between Version 9 and Version 10 of GcnInstrsMimg


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsMimg

    v9 v10  
    11291129}</code></p>
    11301130<h4>IMAGE_ATOMIC_FMAX</h4>
    1131 <p>Opcode: 30 (0x1e)<br />
     1131<p>Opcode: 31 (0x1f) for GCN 1.0/1.1<br />
    11321132Syntax: IMAGE_ATOMIC_FMAX VDATA(1:4), VADDR(1:4), SRSRC(4,8)<br />
    11331133Description: Choose greatest single or double (if VDATA size is greater than 32-bit)
     
    11461146VDATA = (GLC) ? P : VDATA // atomic</code></p>
    11471147<h4>IMAGE_ATOMIC_FMIN</h4>
    1148 <p>Opcode: 30 (0x1e)<br />
     1148<p>Opcode: 30 (0x1e) for GCN 1.0/1.1<br />
    11491149Syntax: IMAGE_ATOMIC_FMIN VDATA(1:4), VADDR(1:4), SRSRC(4,8)<br />
    11501150Description: Choose smallest single or double (if VDATA size is greater than 32-bit)