Changes between Version 13 and Version 14 of GcnOperands


Ignore:
Timestamp:
05/29/17 07:00:30 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnOperands

    v13 v14  
    376376number format expression will be preceded by <code>@</code> character (example: <code>format[@1,@4]</code>).
    377377Special case is <code>bound_ctrl</code>. To parametrize bound_ctrl you must use syntax:
    378 <code>bound_ctrl:0:expr</code> or <code>bound_ctrl:1:expr</code>.</p>
     378<code>bound_ctrl:0:expr</code> or <code>bound_ctrl:1:expr</code>.
     379The <code>abs</code>, <code>neg</code> and <code>sext</code> modifiers with parameter (expression) allow to set what
     380source operand will have operand modifier. Number of bit of value refer to number of source operand.</p>
    379381<p>The HW registers and send message parameters (message and GSOP) is parametrizable if
    380382they will be preceded by <code>@</code> (example: <code>hwreg(@5, 8, 16)</code>).</p>