Changes between Version 24 and Version 25 of GcnInstrsVop1
- Timestamp:
- 07/08/16 20:00:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GcnInstrsVop1
v24 v25 1143 1143 Opcode VOP3A: 395 (0x18b) for GCN 1.0/1.1; 331 (0x14b) for GCN 1.2<br /> 1144 1144 Syntax: V_CVT_F32_F16 VDST, SRC0<br /> 1145 Description: Convert half FP value to single FP value, and store result to VDST.<br /> 1145 Description: Convert half FP value to single FP value, and store result to VDST. 1146 <strong>By default, immediate is in FP32 format!</strong>.<br /> 1146 1147 Operation:<br /> 1147 1148 <code>VDST = (FLOAT)(ASHALF(SRC0))</code></p>