Changes between Version 14 and Version 15 of ClrxAsmPseudoOps


Ignore:
Timestamp:
12/14/16 23:00:24 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v14 v15  
    208208<li><code>amdcl2</code> - AMD Catalyst OpenCL 2.0 binary format</li>
    209209<li><code>gallium</code> - the GalliumCompute binary format</li>
     210<li><code>rocm</code> - the ROCm binary format</li>
    210211<li><code>raw</code> - rawcode (raw program instructions)</li>
    211212</ul>
     
    468469v_nop
    469470v_nop</code></p>
     471<h3>.rocm</h3>
     472<p>This pseudo-operation should to be at begin of source.
     473Choose ROCm program binary format.</p>
    470474<h3>.rodata</h3>
    471475<p>Go to <code>.rodata</code> section. If this section doesn't exist assembler create it.</p>