Changes between Version 24 and Version 25 of ClrxDisasm


Ignore:
Timestamp:
02/15/25 22:21:23 (4 weeks ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxDisasm

    v24 v25  
    33#!html
    44<h2>CLRadeonExtender Disassembler</h2>
    5 <p>The CLRadeonExtender provides a disassembler that can disassemble code
     5<p>The CLRadeonExtender provides the disassembler that can disassemble code
    66for the Radeon GPU's based on the GCN 1.0/1.1/1.2/1.4 (AMD VEGA) architecture.
    77Program is called <code>clrxdisasm</code>.</p>
     
    1010structure of the binaries (kernels and their configuration). Output of that program
    1111can be used as input to the CLRX assembler if option '--all' will be used.</p>
    12 <p>A disassembler can detect automatically binary format, bitness of the binary.</p>
    13 <h3>Invoking a disassembler</h3>
     12<p>The disassembler can detect automatically binary format, bitness of the binary.</p>
     13<h3>Invoking the disassembler</h3>
    1414<p>The <code>clrxdisasm</code> can be invoked in following way:</p>
    1515<p>clrxdisasm [-mdcCfsHLhar3?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
     
    8080Goose, Hainan, Hawaii, Horse, Iceland, Kalindi, Mullins, Oland, Pitcairn, Polaris10,
    8181Polaris11, Polaris12, Polaris20, Polaris21, Polaris22, Raven, Spectre, Spooky, Stoney,
    82 Tahiti, Tonga, Topaz, Vega10, Vega11, Vega12 and Vega20.</p>
     82Tahiti, Tonga, Topaz, Vega10, Vega11, Vega12, Vega20, GFX1000, GFX1010, GFX1011, Navi10.</p>
    8383</li>
    8484<li>
     
    8686<p>Choose device architecture. Architecture name is case-insensitive.
    8787List of supported architectures:
    88 SI, VI, CI, VEGA, VEGA20, GFX6, GFX7, GFX8, GFX9, GFX906, GCN1.0, GCN1.1, GCN1.2,
    89 GCN1.4 and GCN1.4.1.</p>
     88SI, VI, CI, VEGA, VEGA20, Navi, NaviDL, GFX6, GFX7, GFX8, GFX9, GFX906, GFX10, GFX1011,
     89GCN1.0, GCN1.1, GCN1.2, GCN1.4, GCN1.4.1, GCN1.5, GCN1.5.1.</p>
    9090</li>
    9191<li>