Changes between Version 14 and Version 15 of ClrxDisasm


Ignore:
Timestamp:
09/05/17 20:00:42 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxDisasm

    v14 v15  
    1212<h3>Invoking a disassembler</h3>
    1313<p>The <code>clrxdisasm</code> can be invoked in following way:</p>
    14 <p>clrxdisasm [-mdcCfhar?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
    15 [--calNotes] [--config] [--floats] [--hexcode] [--all] [--raw] [--gpuType=GPUDEVICE]
    16 [--arch=ARCH] [--driverVersion=VERSION] [--llvmVersion=VERSION] [--buggyFPLit]
    17 [--help] [--usage] [--version] [file...]</p>
     14<p>clrxdisasm [-mdcCfsHhar?] [-g GPUDEVICE] [-a ARCH] [-t VERSION] [--metadata] [--data]
     15[--calNotes] [--config] [--floats] [--hexcode] [--setup] [--HSAConfig] [--all]
     16[--raw] [--gpuType=GPUDEVICE] [--arch=ARCH] [--driverVersion=VERSION]
     17[--llvmVersion=VERSION] [--buggyFPLit] [--help] [--usage] [--version] [file...]</p>
    1818<h3>Program Options</h3>
    1919<p>Following options <code>clrxdisasm</code> can recognize:</p>
     
    4848<p>Print hexadecimal code before disassembled instruction in comment. Hexadecimal code
    4949will be printed in 4-byte words.</p>
     50</li>
     51<li>
     52<p><strong>-s</strong>, <strong>--setup</strong></p>
     53<p>Print AMD OpenCL 2.0 kernel setup data.</p>
     54</li>
     55<li>
     56<p><strong>-H*, </strong>--HSAConfig**</p>
     57<p>Print AMD OpenCL 2.0 kernel setup configuration as AMD HSA configuration.</p>
    5058</li>
    5159<li>