Changes between Version 21 and Version 22 of GcnInstrsVop2


Ignore:
Timestamp:
12/07/15 23:00:19 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnInstrsVop2

    v21 v22  
    538538Opcode VOP3A: 259 (0x103) for GCN 1.0/1.1; 257 (0x101) for GCN 1.2<br />
    539539Syntax: V_ADD_F32 VDST, SRC0, SRC1<br />
    540 Description: Add two FP value from SRC0 and SRC1 and store result to VDST.<br />
     540Description: Add two FP values from SRC0 and SRC1 and store result to VDST.<br />
    541541Operation:<br />
    542542<code>VDST = ASFLOAT(SRC0) + ASFLOAT(SRC1)</code></p>