Changes between Version 14 and Version 15 of ClrxAsmGallium


Ignore:
Timestamp:
06/15/17 09:00:24 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxAsmGallium

    v14 v15  
    102102<p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Defines what dimensions
    103103(from list: x, y, z) will be used to determine space of the kernel execution.</p>
     104<h3>.driver_version</h3>
     105<p>Syntax: .driver_version VERSION</p>
     106<p>Set driver (Mesa3D) version for this binary. Version in form: MajorVersion*100+MinorVersion.
     107This pseudo-op replaces driver info.</p>
    104108<h3>.dx10clamp</h3>
    105109<p>This pseudo-op must be inside kernel configuration (<code>.config</code>).
     
    119123<p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Defines float-mode.
    120124Set floatmode (FP_ROUND and FP_DENORM fields of the MODE register). Default value is 0xc0.</p>
     125<h3>.get_driver_version</h3>
     126<p>Syntax: .get_driver_version SYMBOL</p>
     127<p>Store current driver version to SYMBOL.</p>
     128<h3>.get_llvm_version</h3>
     129<p>Syntax: .get_llvm_version SYMBOL</p>
     130<p>Store current LLVM compiler version to SYMBOL.</p>
    121131<h3>.globaldata</h3>
    122132<p>Go to constant global data section (<code>.rodata</code>).</p>
     
    142152<h3>.kcodeend</h3>
    143153<p>Close <code>.kcode</code> clause. Refer to <code>.kcode</code>.</p>
     154<h3>.llvm_version</h3>
     155<p>Syntax: .llvm_version VERSION</p>
     156<p>Set LLVM compiler version for this binary. Version in form: MajorVersion*100+MinorVersion.
     157This pseudo-op replaces driver info.</p>
    144158<h3>.localsize</h3>
    145159<p>Syntax: .localsize SIZE</p>