Changes between Version 29 and Version 30 of ClrxAsmPseudoOps


Ignore:
Timestamp:
09/30/17 08:00:22 (6 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmPseudoOps

    v29 v30  
    219219<p>This pseudo-operation should to be at begin of source.
    220220Choose GalliumCompute OpenCL program binary format.</p>
    221 <h3>.get_64bit SYMBOL</h3>
     221<h3>.get_64bit</h3>
     222<p>Syntax: .get_64bit SYMBOL</p>
    222223<p>Store 64-bitness in specified symbol. Store 1 to symbol if 64-bit mode enabled.</p>
    223 <h3>.get_arch SYMBOL</h3>
     224<h3>.get_arch</h3>
     225<p>Syntax: .get_arch SYMBOL</p>
    224226<p>Store GPU architecture identifier to symbol. List of architecture ids:</p>
    225227<table>
     
    249251</tbody>
    250252</table>
    251 <h3>.get_format SYMBOL</h3>
     253<h3>.get_format</h3>
     254<p>Syntax: .get_format SYMBOL</p>
    252255<p>Store binary format identifier to symbol. List of format ids:</p>
    253256<table>
     
    281284</tbody>
    282285</table>
    283 <h3>.get_gpu SYMBOL</h3>
     286<h3>.get_gpu</h3>
     287<p>Syntax: .get_gpu SYMBOL</p>
    284288<p>Store GPU device identifier to symbol. List of GPU device ids:</p>
    285289<table>
     
    385389</tbody>
    386390</table>
     391<h3>.get_version</h3>
     392<p>Syntax: .get_version SYMBOL</p>
     393<p>Store CLRadeonExtender version to symbol. Version stored as integer in form:
     394<code>major_version*10000 + minor_version*100 + micro_version</code>.</p>
    387395<h3>.global, .globl</h3>
    388396<p>Syntax: .global SYMBOL,...<br />