Changes between Version 14 and Version 15 of ClrxAsmGallium
- Timestamp:
- 06/15/17 09:00:24 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClrxAsmGallium
v14 v15 102 102 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Defines what dimensions 103 103 (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. 107 This pseudo-op replaces driver info.</p> 104 108 <h3>.dx10clamp</h3> 105 109 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). … … 119 123 <p>This pseudo-op must be inside kernel configuration (<code>.config</code>). Defines float-mode. 120 124 Set 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> 121 131 <h3>.globaldata</h3> 122 132 <p>Go to constant global data section (<code>.rodata</code>).</p> … … 142 152 <h3>.kcodeend</h3> 143 153 <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. 157 This pseudo-op replaces driver info.</p> 144 158 <h3>.localsize</h3> 145 159 <p>Syntax: .localsize SIZE</p>