Changes between Version 6 and Version 7 of GcnOperands


Ignore:
Timestamp:
01/13/16 17:00:17 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnOperands

    v6 v7  
    274274resolved if that accurate floating point value will be given.</p>
    275275<p>In instruction syntax, operands are listed by name of the encoding field. Optionally, in
    276 parentheses is given number of the registers. Example:</p>
     276parentheses is given number of the registers. The ranges of number of a registers are in
     277form 'START:LAST'. Example:</p>
    277278<p>Syntax: S_SUB_I32 SDST, SSRC0, SSRC1<br />
    278 Syntax: S_AND_B64 SDST(2), SSRC0(2), SSRC1(2)  </p>
     279Syntax: S_AND_B64 SDST(2), SSRC0(2), SSRC1(2)<br />
     280Syntax: S_AND_B64 SDST(2), SSRC0(2), SSRC1(2:4)  </p>
    279281<h3>Hardware registers</h3>
    280282<p>These register could be read or written by S_GETREG_* and S_SETREG_* instruction.</p>