Changes between Version 12 and Version 13 of GcnOperands


Ignore:
Timestamp:
05/28/17 18:00:34 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnOperands

    v12 v13  
    374374The <code>omod</code> modifier with parameter (expression) replaces <code>mul</code> and <code>div</code> modifiers.
    375375The <code>format</code> in MTBUF encoding is also parametrizable if data and/or
    376 number format expression will be preceded by <code>@</code> character.</p>
     376number format expression will be preceded by <code>@</code> character (example: <code>format[@1,@4]</code>).
     377Special 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>
     379<p>The HW registers and send message parameters (message and GSOP) is parametrizable if
     380they will be preceded by <code>@</code> (example: <code>hwreg(@5, 8, 16)</code>).</p>
    377381}}}